From: David Galloway Date: Mon, 4 May 2020 17:04:41 +0000 (-0400) Subject: jenkins-job-builder: Use latest pip X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=298637c384a1f98a8fd1957e094ad7509f215060;p=ceph-build.git jenkins-job-builder: Use latest pip 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 --- diff --git a/jenkins-job-builder/build/build b/jenkins-job-builder/build/build index e6eb02de..9847549e 100644 --- a/jenkins-job-builder/build/build +++ b/jenkins-job-builder/build/build @@ -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/"