X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=91332c12cbe1d4e0fd04de2402413a21dd22a2a4;hb=f216bdeee46b3c3299868bc6fdd2753785358f0a;hp=a3556450bce81167d09bf5b5bf505a83e432301b;hpb=42379db62892d9e5c427995d9793dabab0a46c57;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index a3556450..91332c12 100644 --- a/tox.ini +++ b/tox.ini @@ -26,14 +26,14 @@ commands = [testenv:jjb] basepython = python3 deps = - jenkins-job-builder==5.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 [testenv:jjb-compare-xml] basepython = python3 deps = - jenkins-job-builder==5.1.0 + jenkins-job-builder allowlist_externals = ./jjb-compare-xml.sh commands = @@ -42,7 +42,7 @@ commands = [testenv:jjb-latest] basepython = python3 deps = - jenkins-job-builder==5.1.0 + jenkins-job-builder 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:5.1.0} + jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.0.0} commands = jenkins-jobs {posargs:--help}