From e7cead539be034e8715ab17d497d6b0886f065e1 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 11 Mar 2018 21:00:15 -0400 Subject: [PATCH] Pin JJB to 2.0.2 for tests JJB >2.0.2 requires use to update our shiplogs postbuildscript as support for the 2.x version of postbuildscript takes over the default code path. Change-Id: Iff3cd415f12a54aa3fcbf48d7f10b6df01cd1279 Signed-off-by: Thanh Ha --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ed345811..ede16ca2 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = [testenv:jjb] deps = - jenkins-job-builder + jenkins-job-builder==2.0.2 commands = jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test -- 2.16.6