]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jenkins-job-builder: set default value for FORCE param 244/head
authorKen Dreyer <kdreyer@redhat.com>
Tue, 24 Nov 2015 17:22:21 +0000 (10:22 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 24 Nov 2015 17:23:34 +0000 (10:23 -0700)
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.

jenkins-job-builder/config/definitions/jjb.yml

index f8bf84016b0b1b46122e00892379f60bd50110ba..5a46e192f2021c00a8ba3db0f18e2fe18fca1da7 100644 (file)
@@ -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.)