From 71591bda77a0178cb71e1e9e6ae32f9a32a71612 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 8 Sep 2019 01:47:40 +0800 Subject: [PATCH] ceph-build-pull-requests: ping jjb to 3.0.2 bump jjb's version Signed-off-by: Kefu Chai --- ceph-build-pull-requests/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-build-pull-requests/build/build b/ceph-build-pull-requests/build/build index fd3ec8ed..2766cc0f 100644 --- a/ceph-build-pull-requests/build/build +++ b/ceph-build-pull-requests/build/build @@ -5,7 +5,7 @@ set -e # the following two methods exist in scripts/build_utils.sh # must pin urllib3 to 1.22 because 1.23 is incompatible with requests, which # is used by jenkins-job-builder -pkgs=( "ansible" "jenkins-job-builder==2.10.1" "urllib3==1.22" "pyopenssl" "ndg-httpsclient" "pyasn1" ) +pkgs=( "ansible" "jenkins-job-builder==3.0.2" "urllib3==1.22" "pyopenssl" "ndg-httpsclient" "pyasn1" ) install_python_packages "pkgs[@]" -- 2.39.5