Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jenkins

We are currently running Jenkins 1.511 on glastlnx18: http://srs.slac.stanford.edu/hudson

Upgrades

To upgrade the version of Jenkins:

  • download the war file from http://jenkins-ci.org/
  • stop the tomcat server on glastlnx18
  • copy the hudson directory and the hudson.war file in the webapps directory somewhere else, as a backup
  • move the war file you downloaded to webapps/hudson.war
  • restart the tomcat server

Jenkins Home

The home directory where Hudson keeps its configuration files and build results is located at tomcat/BASE/HOST/home/.home on the HOST where it is running.

Jenkins Settings

For SRS the Hudson settings are located under /nfs/slac/g/srs/hudson

Worker Nodes

There are a few worker nodes that are running experiment specific builds. The slave.jar file must be kept synchronized with the version of the hudson war file when upgrades are performed. To do this it is necessary to shut down the worker node by loggin in on the machine on which the worker node is running and killing the java process.

...