Bump JJB to 2.2.1 to pull in revert of formatter 01/74601/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 28 Jul 2018 03:05:15 +0000 (23:05 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 28 Jul 2018 03:05:17 +0000 (23:05 -0400)
Pull in the reverted formatter patch which seems to have broke us
with the 2.2.0 release.

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

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