]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build-pull-requests: ping jjb to 3.0.2
authorKefu Chai <kchai@redhat.com>
Sat, 7 Sep 2019 17:47:40 +0000 (01:47 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 7 Sep 2019 17:47:43 +0000 (01:47 +0800)
bump jjb's version

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-build-pull-requests/build/build

index fd3ec8ed0c76bd064fb77d3bdb05ccc7035d637c..2766cc0fdbc10411e02ec16ab9cabc03aa342a94 100644 (file)
@@ -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[@]"