23.2 Integrating with Jenkins (Hudson)
AutoMoose offers integration with Jenkins (Hudson) by making use of the WORKSPACE
variable provided by Jenkins.
Thus, to get it working with Hudson, you simply need to:
- Download jenkins.war from:
http://jenkins-ci.org/
- Install Jenkins by following the instructions from
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins
- Access Jenkins in the browser and create a new job
- Configure the new job and choose an “Execute shell” build step
- Add a script:
/path-to-automoose/run.sh
Optionally, you can also add a script for updating the sources of your system before executing the run.sh
script.