From: Vratko Polak Date: Wed, 3 Apr 2024 14:42:58 +0000 (+0200) Subject: Fix: Bump the default version of jjb to 6.0.0 X-Git-Tag: v0.90.4~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=b9b982379e3df32c324b0794f95670847ac8c3d4 Fix: Bump the default version of jjb to 6.0.0 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 --- diff --git a/jenkins-init-scripts/lf-env.sh b/jenkins-init-scripts/lf-env.sh index 7403a69f..36a0261a 100644 --- a/jenkins-init-scripts/lf-env.sh +++ b/jenkins-init-scripts/lf-env.sh @@ -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