Skip to content

Commit

Permalink
Update Jenkins Job Builder to 2.5.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Aricg committed Oct 16, 2018
1 parent aa9767d commit 2fa1764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jjb/global/releng-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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/"}

Expand Down

0 comments on commit 2fa1764

Please sign in to comment.