From: Ken Dreyer Date: Tue, 24 Nov 2015 17:22:21 +0000 (-0700) Subject: jenkins-job-builder: set default value for FORCE param X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=05cbd7580ce8ec0ba3a1d39971885ec0b2b6cba6;p=ceph-build.git jenkins-job-builder: set default value for FORCE param It's not totally clear from the JJB documentation whether we need this or not, but I'm seeing an issue with our helga-jenkins plugin when we leave this parameter out of the "!ci build jenkins-job-builder" invocation. Explicitly set a default, just to see if this makes a difference. --- diff --git a/jenkins-job-builder/config/definitions/jjb.yml b/jenkins-job-builder/config/definitions/jjb.yml index f8bf8401..5a46e192 100644 --- a/jenkins-job-builder/config/definitions/jjb.yml +++ b/jenkins-job-builder/config/definitions/jjb.yml @@ -16,6 +16,7 @@ parameters: - bool: name: FORCE + default: false description: " If this is unchecked, then JJB will use its cache to update jobs. This makes this JJB job run faster, but it could cause JJB to fail to update some Jenkins jobs if the jobs have been changed outside of this JJB job's workflow. (This is the default.)