From 3a33180863c8aa3876364ae115bc148b77368ca6 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 21 Feb 2024 09:58:10 -0800 Subject: [PATCH] Fix: Upgrade JJB depencency to JJB_VERSION:6.0.0 Change-Id: I9c2616e1018acf17dbfe91c2e63e071b3a2f2a7c Signed-off-by: Jessica Wagantall --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 72ca6499..5eae10e5 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = true [testenv:jenkins-jobs] deps = - jenkins-job-builder=={env:JJB_VERSION:5.1.0} + jenkins-job-builder=={env:JJB_VERSION:6.0.0} commands = jenkins-jobs {posargs:--help} -- 2.16.6