From 05cbd7580ce8ec0ba3a1d39971885ec0b2b6cba6 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 24 Nov 2015 10:22:21 -0700 Subject: [PATCH] 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. --- jenkins-job-builder/config/definitions/jjb.yml | 1 + 1 file changed, 1 insertion(+) 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.) -- 2.39.5