Skip to content

Commit

Permalink
Chore: Upgrade Jenkins-job-builder to 6.2.0
Browse files Browse the repository at this point in the history
JJB 6.2.0 is released includes bug fixes and improvements on job views.

Ref:
https://groups.google.com/g/jenkins-job-builder/c/CXXF5U-05BI/m/cRu0nU-BAgAJ

Issue: RELENG-5285
Change-Id: Id58222e29c587fb787b778c00816f455b65bff3a
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed May 1, 2024
1 parent 395a21c commit 4a453be
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jenkins-init-scripts/lf-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ lf-activate-venv () {
for arg in "$@"; do
case $arg in
jenkins-job-builder)
pkg_list+="jenkins-job-builder==${JJB_VERSION:-6.0.0} " ;;
pkg_list+="jenkins-job-builder==${JJB_VERSION:-6.2.0} " ;;
*) pkg_list+="$arg " ;;
esac
done
Expand Down
2 changes: 1 addition & 1 deletion jjb/lf-ci-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
disable-job: false
github-url: "https://github.com"
jjb-cache: "$HOME/.cache/jenkins_jobs"
jjb-version: 6.0.0
jjb-version: 6.2.0
stream: master
submodule-recursive: true
submodule-timeout: 10
Expand Down
8 changes: 8 additions & 0 deletions releasenotes/notes/upgrade-jjb-62-2f804efff34ac79b.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
upgrade:
- |
Upgrade Jenkins-job-builder to 6.2.0.
JJB 6.2.0 is released includes bug fixes and improvements on job views.
Ref:
https://groups.google.com/g/jenkins-job-builder/c/CXXF5U-05BI/m/cRu0nU-BAgAJ
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commands =
[testenv:jjb]
basepython = python3
deps =
jenkins-job-builder==6.0.0
jenkins-job-builder==6.2.0
# RELENG-5179 (undeclared dependency by stevedore)
setuptools
commands =
Expand All @@ -39,7 +39,7 @@ commands =
[testenv:jjb-compare-xml]
basepython = python3
deps =
jenkins-job-builder==6.0.0
jenkins-job-builder==6.2.0
allowlist_externals =
./jjb-compare-xml.sh
commands =
Expand Down Expand Up @@ -109,7 +109,7 @@ commands =

[testenv:jenkins-jobs]
deps =
jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.0.0}
jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.2.0}
commands =
jenkins-jobs {posargs:--help}

Expand Down

0 comments on commit 4a453be

Please sign in to comment.