Update JJB version to 2.9.1 90/79290/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 7 Jan 2019 20:06:51 +0000 (15:06 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 7 Jan 2019 20:06:58 +0000 (15:06 -0500)
Change-Id: I5fc1ae95062d1a3eccaa7337f2cab03556674075
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-jobs.yaml
tox.ini

index ba5479ee141cd44e51899a3dbef5041c59c69998..8b35fbf77a2b46bd8202baf73851a9677052fb5c 100644 (file)
@@ -29,7 +29,7 @@
     build-node: centos7-builder-2c-2g
     archive-artifacts: '**/*.log'
     build-timeout: 30
-    jjb-version: 2.8.0
+    jjb-version: 2.9.1
 
 - project:
     name: builder-openstack
diff --git a/tox.ini b/tox.ini
index cf80a1dd7687d3bf2b2916476deaa8a637d585eb..08272e8ab99e64af128325393fbc0eb94b8ab6dc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,7 +23,7 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs
 
 [testenv:jenkins-jobs]
 deps =
-    jenkins-job-builder=={env:JJB_VERSION:2.7.0}
+    jenkins-job-builder=={env:JJB_VERSION:2.9.1}
 commands =
     jenkins-jobs {posargs:--help}