]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jenkins-job-builder: Use latest pip 1563/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 4 May 2020 17:04:41 +0000 (13:04 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 4 May 2020 17:04:56 +0000 (13:04 -0400)
I guess jjb needs a newer pip.  This job broke a few weeks ago after https://github.com/ceph/ceph-build/commit/21e7a7b2d3aa4d49b3a38c8eab494adb8f928a4b

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

index e6eb02def98a2b7e742bb22f060c5301c916744f..9847549e046f7834eda7b29cafcd2bc146250f0a 100644 (file)
@@ -10,7 +10,7 @@ set -euxo pipefail
 
 # the following two methods exist in scripts/build_utils.sh
 pkgs=( "jenkins-job-builder==2.0.3" )
-install_python_packages "pkgs[@]"
+install_python_packages "pkgs[@]" latest
 
 # Wipe out JJB's cache if $FORCE is set.
 [ "$FORCE" = true ] && rm -rf "$HOME/.cache/jenkins_jobs/"