Chore: Update default version of JJB 5.0.2 72/105872/2
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 9 May 2023 23:47:37 +0000 (09:47 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 10 May 2023 00:06:02 +0000 (10:06 +1000)
Change-Id: Id6d0fd3584ee387fd33efb9e81078f0bdd9437c2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/releng-jobs.yaml
tox.ini

index e62fb572379ada7a5e5d93b854d612beed3557c6..e36be2b8825fd7fb716a84abddb23c59ffe39dd4 100644 (file)
@@ -32,7 +32,7 @@
     build-node: centos8-builder-2c-2g
     archive-artifacts: "**/*.log"
     build-timeout: 30
-    jjb-version: 4.1.0
+    jjb-version: 5.0.2
 
 - project:
     name: builder-openstack
diff --git a/tox.ini b/tox.ini
index f74644310aa94672a004f66933034688aa3be898..7cd9bec94fbe3b98a78c857481192e4a4aae8109 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands = sphinx-build -q -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxi
 
 [testenv:jenkins-jobs]
 deps =
-    jenkins-job-builder=={env:JJB_VERSION:4.1.0}
+    jenkins-job-builder=={env:JJB_VERSION:5.0.2}
 commands =
     jenkins-jobs {posargs:--help}