Update Jenkins Job Builder to 2.5.0 11/63611/1
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 16 Oct 2018 15:50:08 +0000 (11:50 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 16 Oct 2018 15:50:08 +0000 (11:50 -0400)
We need the fix:
'Allow running only on one of nodes with label parameter'
https://review.openstack.org/#/c/590356/

This fix is present in 2.5.0

Change-Id: Iff9e9e6357573db382d94b688b7cfe7d42d4023c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/global/releng-defaults.yaml
tox.ini

index 34c5fdd..d66c007 100644 (file)
@@ -16,7 +16,7 @@
     build-node: 'opnfv-build'
     gerrit-server-name: 'gerrit.opnfv.org'
     jenkins-ssh-credential: 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e'
-    jjb-version: '2.2.1'
+    jjb-version: '2.5.0'
     lftools-version: '<1.0.0'
 
     properties:
diff --git a/tox.ini b/tox.ini
index 976e9a5..0cc9e23 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ setenv=
 
 [testenv:jjb]
 deps =
-  jenkins-job-builder==2.2.1
+  jenkins-job-builder==2.5.0
 commands=
   jenkins-jobs test -o job_output -r {posargs:"jjb/"}