fix builder-merge 97/17797/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 29 Jul 2016 09:00:48 +0000 (18:00 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 29 Jul 2016 09:03:03 +0000 (18:03 +0900)
Current builder-merge job does not update all jenkins job definitions,
since '-r' option is missing while executing 'jenkins-jobs update'.

https://build.opnfv.org/ci/job/builder-merge/1469/console

Change-Id: Ifc0de0edb6383a0f525ec94f4222f0f48f2b3ce8
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
jjb/releng/releng-ci-jobs.yml

index f346c1c..ac323a3 100644 (file)
@@ -99,7 +99,7 @@
                 source /opt/virtualenv/jenkins-job-builder/bin/activate
                 cd /opt/jenkins-ci/releng
                 git pull
-                jenkins-jobs update --delete-old jjb/
+                jenkins-jobs update -r --delete-old jjb/
 
 - job-template:
     name: 'builder-sandbox'