Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. zfs backup: Add snapshot argument to do_zsync_increment() (details)
  2. bump to v2.1.2 (details)
  3. zfs backup: don't make a recursive snapshot from root! (details)
  4. Fix Jenkin's $JENKINS_HOME/war/ content, since (details)
Commit c5fba53a16f387ee416f19af66c6fceea7984376 by Sven Gothel
zfs backup: Add snapshot argument to do_zsync_increment()
The file was modifiedbackup/zfs-new-snap.sh (diff)
The file was modifiedbackup/zsync-pool2dest.sh (diff)
The file was modifiedgit/git-tag-tar-changelog.sh (diff)
Commit af661b4fc9e7d5761a6dbbe511e1d7bd70085330 by Sven Gothel
zfs backup: don't make a recursive snapshot from root!
The file was modifiedbackup/zfs-new-snap.sh (diff)
Commit 37dfed70b4239ab4d59430b7b1a365c08e83f539 by Sven Gothel
Fix Jenkin's $JENKINS_HOME/war/ content, since $JENKINS_HOME/war/WEB-INF/slave.jar is being used by slaves (scp fetching)

Once we started Jenkins w/ a method where the jenkins.war file got inflated into $JENKINS_HOME/war/,
but since after 'Apr  9  2013' this is no more the case - last timestamp.

Update the folder manually at startup!
The file was modifiedjenkins-server-slave-setup/scripts/start.jenkins.sh (diff)
The file was addedjenkins-server-slave-setup/scripts/update.jenkins.war_folder.sh