From c24df5438185afe057b6c0a126e91b832a102f65 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 18 Nov 2015 17:18:00 -0700 Subject: [PATCH] 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. --- ansible/master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/master.yml b/ansible/master.yml index 67f0fa2a..dccc881c 100644 --- a/ansible/master.yml +++ b/ansible/master.yml @@ -32,6 +32,7 @@ - 'mask-passwords' - 'description-setter' - 'postbuildscript' + - 'jobConfigHistory' - port: 8080 - prefix: '/build' -- 2.39.5