Update JJB to 2.2.0 to pull in Nexus IQ feature 94/74594/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 27 Jul 2018 19:55:30 +0000 (15:55 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 27 Jul 2018 19:55:32 +0000 (15:55 -0400)
JJB 2.2.0 adds a new Nexus IQ builder step which we need to fix
our CLM jobs.

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

index d195b8a16241bd5da9717228eaea13252394c75f..a7d398b783d1809ab8f1261872a5d5a628d46173 100644 (file)
@@ -29,7 +29,7 @@
     build-node: centos7-builder-2c-2g
     archive-artifacts: '**/*.log'
     build-timeout: 30
-    jjb-version: 2.0.10
+    jjb-version: 2.2.0
     jenkins-urls: >
       https://jenkins.opendaylight.org/releng
       https://jenkins.opendaylight.org/sandbox
diff --git a/tox.ini b/tox.ini
index 95ee8dd7d6678df591ca981531e0d8746fcdb19e..48986f78529fdb90172f7b8af935c9486ff3431a 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.0.10}
+    jenkins-job-builder=={env:JJB_VERSION:2.2.0}
 commands =
     jenkins-jobs {posargs:--help}