Chore: Upgrade Jenkins-job-builder to 6.3.0 59/72859/1 master
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 9 May 2024 23:06:04 +0000 (09:06 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 9 May 2024 23:08:48 +0000 (09:08 +1000)
JJB 6.3.0 is released includes bug fixes and improvements on job views.

Ref:
https://groups.google.com/g/jenkins-job-builder/c/d4PPKsGGab0

Issue: RELENG-5285
Change-Id: I0ccd07e80e0394ab9e3a22e7e52794cc5e63cab3
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jenkins-init-scripts/lf-env.sh
jjb/lf-ci-jobs.yaml
releasenotes/notes/upgrade-jjb-63-5fd6fa81ac03d812.yaml [new file with mode: 0644]
tox.ini

index 7848e53..a85fae0 100644 (file)
@@ -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.2.0} " ;;
+                    pkg_list+="jenkins-job-builder==${JJB_VERSION:-6.3.0} " ;;
                 *)                   pkg_list+="$arg " ;;
             esac
         done
index 83b135d..eca0429 100644 (file)
     disable-job: false
     github-url: "https://github.com"
     jjb-cache: "$HOME/.cache/jenkins_jobs"
-    jjb-version: 6.2.0
+    jjb-version: 6.3.0
     stream: master
     submodule-recursive: true
     submodule-timeout: 10
diff --git a/releasenotes/notes/upgrade-jjb-63-5fd6fa81ac03d812.yaml b/releasenotes/notes/upgrade-jjb-63-5fd6fa81ac03d812.yaml
new file mode 100644 (file)
index 0000000..de42f71
--- /dev/null
@@ -0,0 +1,8 @@
+upgrade:
+  - |
+    Upgrade Jenkins-job-builder to 6.3.0.
+
+    JJB 6.3.0 is released includes bug fixes and improvements on job views.
+
+    Ref:
+    https://groups.google.com/g/jenkins-job-builder/c/d4PPKsGGab0
diff --git a/tox.ini b/tox.ini
index 0e0e902..3572c14 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -30,7 +30,7 @@ commands =
 [testenv:jjb]
 basepython = python3
 deps =
-    jenkins-job-builder==6.2.0
+    jenkins-job-builder==6.3.0
     # RELENG-5179 (undeclared dependency by stevedore)
     setuptools
 commands =
@@ -39,7 +39,7 @@ commands =
 [testenv:jjb-compare-xml]
 basepython = python3
 deps =
-    jenkins-job-builder==6.2.0
+    jenkins-job-builder==6.3.0
 allowlist_externals =
     ./jjb-compare-xml.sh
 commands =
@@ -109,7 +109,7 @@ commands =
 
 [testenv:jenkins-jobs]
 deps =
-    jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.2.0}
+    jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.3.0}
 commands =
     jenkins-jobs {posargs:--help}