Bump JJB version to 2.7.0 65/77565/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Nov 2018 19:53:00 +0000 (03:53 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Nov 2018 19:53:34 +0000 (03:53 +0800)
We want to pull in the Nexus IQ 'release' stage option that is
available in 2.7.0.

Change-Id: I7164a0a957228f8b7b22cce6c2833d1ad43e53ac
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-jobs.yaml
tox.ini

index 327ee7ac7366454be4e8430412aae5b682aa1fec..b7a4b125b3e9075bec7edc583a38e4b8c30f76e3 100644 (file)
@@ -30,7 +30,7 @@
     build-node: centos7-builder-2c-2g
     archive-artifacts: '**/*.log'
     build-timeout: 30
-    jjb-version: 2.2.1
+    jjb-version: 2.7.0
     jenkins-urls: >
       https://jenkins.opendaylight.org/releng
       https://jenkins.opendaylight.org/sandbox
diff --git a/tox.ini b/tox.ini
index 3fd449bfab4441f66dd4441b7fc5b4e846081422..cf80a1dd7687d3bf2b2916476deaa8a637d585eb 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.2.1}
+    jenkins-job-builder=={env:JJB_VERSION:2.7.0}
 commands =
     jenkins-jobs {posargs:--help}