Skip to content

Commit

Permalink
Fix: Bump the default version of jjb to 6.0.0
Browse files Browse the repository at this point in the history
I highly doubt any project still works
with the old 2.8.0 value.

Issue: RELENG-5184
Change-Id: I1bb33a87349e5e7cdad024c84eb45d67b3e6a6a5
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
  • Loading branch information
vrpolakatcisco committed Apr 3, 2024
1 parent b2507b9 commit b9b9823
Showing 1 changed file with 1 addition and 1 deletion.
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:-2.8.0} " ;;
pkg_list+="jenkins-job-builder==${JJB_VERSION:-6.0.0} " ;;
*) pkg_list+="$arg " ;;
esac
done
Expand Down

0 comments on commit b9b9823

Please sign in to comment.