From 5f569f6cdbb1fa4d8bd7bf02a44c2a6fb388316e Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 7 Nov 2018 03:53:00 +0800 Subject: [PATCH] Bump JJB version to 2.7.0 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 --- 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 327ee7ac7..b7a4b125b 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -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 3fd449bfa..cf80a1dd7 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.2.1} + jenkins-job-builder=={env:JJB_VERSION:2.7.0} commands = jenkins-jobs {posargs:--help} -- 2.36.6