From: Ken Dreyer Date: Thu, 19 Nov 2015 00:18:00 +0000 (-0700) Subject: ansible: add jobConfigHistory plugin X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c24df5438185afe057b6c0a126e91b832a102f65;p=ceph-build.git ansible: add jobConfigHistory plugin https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin This plugin tracks changes in each job. Among other features, the Build History widget will show an icon of a wrench with the tooltip "Config changed since last build", indicating that the config has changed from one build to the next. --- diff --git a/ansible/master.yml b/ansible/master.yml index 67f0fa2ad..dccc881ce 100644 --- a/ansible/master.yml +++ b/ansible/master.yml @@ -32,6 +32,7 @@ - 'mask-passwords' - 'description-setter' - 'postbuildscript' + - 'jobConfigHistory' - port: 8080 - prefix: '/build'