X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=91332c12cbe1d4e0fd04de2402413a21dd22a2a4;hb=6af1c0c3eda77ae8113ba6760ad5a86313f43da8;hp=03b8bc5ba9d0e40d100749d67b2373f0887caca2;hpb=c7e6d4b7e48ee8ac60fd550069a6cb85c40383fd;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 03b8bc5b..91332c12 100644 --- a/tox.ini +++ b/tox.ini @@ -4,11 +4,11 @@ envlist = ensure-documented, jjb, jjb-compare-xml, -# jjb-latest, + jjb-latest, jjb-version, license, bashate, -# pre-commit + pre-commit skipsdist = True [testenv:docs] @@ -26,7 +26,7 @@ commands = [testenv:jjb] basepython = python3 deps = - jenkins-job-builder==4.1.0 + jenkins-job-builder==6.0.0 commands = jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test @@ -103,7 +103,7 @@ commands = [testenv:jenkins-jobs] deps = - jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:4.1.0} + jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.0.0} commands = jenkins-jobs {posargs:--help}