Chore: Upgrade latest version of JJB 4.1.0 89/101789/2
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 11 Jul 2022 03:48:19 +0000 (13:48 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 11 Jul 2022 04:31:36 +0000 (14:31 +1000)
- Global JJB minimal supported version is 4.1.0.

Change-Id: I0cc80ac3e9e6cb7e49164d5f81d27e763a1730c9
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/releng-jobs.yaml
tox.ini

index 7ed97b1ab99a2a94aef2e838dd3999cab7522037..e62fb572379ada7a5e5d93b854d612beed3557c6 100644 (file)
@@ -32,7 +32,7 @@
     build-node: centos8-builder-2c-2g
     archive-artifacts: "**/*.log"
     build-timeout: 30
-    jjb-version: 3.5.0
+    jjb-version: 4.1.0
 
 - project:
     name: builder-openstack
diff --git a/tox.ini b/tox.ini
index c6a1d6e3060ea74485883e58d73da99b12e0ebcd..a13a966bef8b8cbb3fb29b8859542c64170726f1 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:3.5.0}
+    jenkins-job-builder=={env:JJB_VERSION:4.1.0}
 commands =
     jenkins-jobs {posargs:--help}