Skip to content

Autonomiq/JenkinsPlugin

Repository files navigation

JenkinsBuilderPlugin

Jenkins build plugin to run tests on Autonomiq service

Install Requrements

Install Oracle JDK 8 from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Install maven on macOS:

$ brew install maven

Build

To build the plugin

$ mvn package

Plugin file is in: target/AutonomiqBuilder.hpi

Install Plugin

  1. Navigate to Manage Jenkins / Manage Plugins / (tab) Advanced
  2. Scroll down to Upload Plugin
  3. Click on Choose File then select the AutonomiqBuilder.hpi file
  4. Click on Upload
  5. Check the checkbox Restart Jenkins when installation is complete and no jobs are running

Use Plugin

  1. On Jenkins main page click on New Item
  2. Enter job name and click on Frestyle Project and then on OK at the bottom
  3. Click on Build tab to scroll to build section
  4. Click on Add Build Step then select Autonomiq Plugin
  5. Fill in fields then click on Save at the bottom of the page
  6. Click on Build Now to run the job

(Right now the plugin will just check that it can authenticate with the service)

TODO: Review Readme

About

Jenkins build plugin to run tests on Autonomiq service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages