]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jjb: Unpin jjb version 1681/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 6 Oct 2020 17:24:16 +0000 (13:24 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 6 Oct 2020 17:24:16 +0000 (13:24 -0400)
Pinning it keeps biting us more often than fixing/updating job yamls would.

Signed-off-by: David Galloway <dgallowa@redhat.com>
jenkins-job-builder/build/build

index 9847549e046f7834eda7b29cafcd2bc146250f0a..8683e045510890d44f7bb4fc2ab24451f2bb3b3b 100644 (file)
@@ -9,7 +9,7 @@
 set -euxo pipefail
 
 # the following two methods exist in scripts/build_utils.sh
-pkgs=( "jenkins-job-builder==2.0.3" )
+pkgs=( "jenkins-job-builder>=3.5.0" )
 install_python_packages "pkgs[@]" latest
 
 # Wipe out JJB's cache if $FORCE is set.