From a3911b75486d21396c2b26e284ee0276c8ee252d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 7 Jan 2019 15:06:51 -0500 Subject: [PATCH] Update JJB version to 2.9.1 Change-Id: I5fc1ae95062d1a3eccaa7337f2cab03556674075 Signed-off-by: Thanh Ha --- jjb/releng-jobs.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index ba5479ee1..8b35fbf77 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -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 cf80a1dd7..08272e8ab 100644 --- 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} -- 2.36.6