X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=e5ae4d9312bf6ef2f122182f6c000554f10be8f1;hb=365d0c0fe65;hp=50139f22652432c57d7837350377772c3f7f3bfd;hpb=dce223775bacca596e11f2eb2b064b6ca3fd40da;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 50139f22..e5ae4d93 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ commands = [testenv:jjb] basepython = python3 deps = - jenkins-job-builder==2.8.0 + jenkins-job-builder==4.1.0 commands = jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test @@ -90,7 +90,7 @@ commands = # forbid lines > 120 char sh -c "find . -not -path '*/\.*' -name '*.sh' -exec bashate -e E006 -i $RULES_IGNORED --max-line-length 120 \{\} +" # perform bashate and warn lines > 80 char - find . -not -path '*/\.*' -name *.sh -exec bashate \{\} + + #find . -not -path '*/\.*' -name *.sh -exec bashate \{\} + #The option --max-line-length 80 is used by default. ######### @@ -99,7 +99,7 @@ commands = [testenv:jenkins-jobs] deps = - jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:2.8.0} + jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:4.1.0} commands = jenkins-jobs {posargs:--help}