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