]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Update jenkins-job-builder spec to released version 2453/head
authorDan Mick <dan.mick@redhat.com>
Thu, 25 Sep 2025 20:58:38 +0000 (13:58 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 25 Sep 2025 20:58:38 +0000 (13:58 -0700)
jenkins-job-builder finally released 6.4.3, which includes
https://review.opendev.org/c/jjb/jenkins-job-builder/+/941310,
so we can stop using the git url

Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-build-pull-requests/build/build
jenkins-job-builder/build/build

index 246ecfd22c6cc2aa6b576a80576cadce67022aab..5193fc02f6eb0056b5631024776eca62cab3ad31 100644 (file)
@@ -6,7 +6,7 @@ set -e
 PATH=$PATH:$HOME/.local/bin
 uv venv
 
-pkgs=( "ansible" "ansible-core" "git+https://opendev.org/jjb/jenkins-job-builder@60f0316389" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" "xmltodict" )
+pkgs=( "ansible" "ansible-core" "jenkins-job-builder>=6.4.3" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" "xmltodict" )
 VENV=./.venv/bin
 uv pip install "${pkgs[@]}"
 
index c58a0bef11fd38228609187ae1360d11b4c6dbfd..1819e528b8dce2afe35f08299da3652eefed314a 100644 (file)
@@ -16,7 +16,7 @@ set -euxo pipefail
 # when jenkins-job-builder 6.5 or later is released, this requirement should change to
 # jenkins-job-builder>=6.5
 
-pkgs=( "dataclasses" "git+https://opendev.org/jjb/jenkins-job-builder@60f0316389" )
+pkgs=( "dataclasses" "jenkins-job-builder>=6.4.3" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
 install_python_packages $TEMPVENV "pkgs[@]" latest