From: David Galloway Date: Tue, 6 Oct 2020 17:24:16 +0000 (-0400) Subject: jjb: Unpin jjb version X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1681%2Fhead;p=ceph-build.git jjb: Unpin jjb version Pinning it keeps biting us more often than fixing/updating job yamls would. Signed-off-by: David Galloway --- diff --git a/jenkins-job-builder/build/build b/jenkins-job-builder/build/build index 9847549e..8683e045 100644 --- a/jenkins-job-builder/build/build +++ b/jenkins-job-builder/build/build @@ -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.