JJB 6.x is released makes it incompatible with 5.x.
Issue: RELENG-5118
Change-Id: I1736c3298421dc847bb8e4600dee43c2cd08ba1b
Ref: https://groups.google.com/g/jenkins-job-builder/c/miYGnWgYZYM
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
disable-job: false
github-url: "https://github.com"
jjb-cache: "$HOME/.cache/jenkins_jobs"
- jjb-version: 5.0.4
+ jjb-version: 5.1.0
stream: master
submodule-recursive: true
submodule-timeout: 10
--- /dev/null
+---
+prelude: >
+ A new version of JJB 6.x is released which breaks backword compatibility.
+fixes:
+ - |
+ Pin global-jjb to 5.1.0 until the codebase is moved to JJB 6x.
+
+ https://groups.google.com/g/jenkins-job-builder/c/miYGnWgYZYM
[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 =
[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
[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}