]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build-pull-requests: Use newer jjb 1776/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 18 Mar 2021 19:12:29 +0000 (15:12 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 18 Mar 2021 19:12:29 +0000 (15:12 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-build-pull-requests/build/build

index 89cb8f7ca0c537272ee691081cf47a1444ed3c57..b51a923c96777de1fe3b5d8c36d94bebf9d5cbf3 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==3.0.2" "urllib3==1.22" "pyopenssl" "ndg-httpsclient" "pyasn1" )
+pkgs=( "ansible" "jenkins-job-builder>=3.5.0" "urllib3==1.22" "pyopenssl" "ndg-httpsclient" "pyasn1" )
 install_python_packages "pkgs[@]"