Rename view name 'All'. JJB 6x has introduced a
regression with view name that causing view updates
to fail. The workaround it to use 'All'.
Error:
Unrecognized view-type: All (supported types are: all,
delivery_pipeline, list, nested, pipeline, sectioned)
Update the JJB version in tox for comparing xml output.
Issue: RELENG-5144
Change-Id: I409d2ef2c14b5c5e70c8edb13a802b3c4aae410c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
--- /dev/null
+---
+fixes:
+ - |
+ Rename view name 'All'. JJB 6x has introduced a regression with
+ view name that causing view updates to fail on sandbox cleanup.
# Recreate the All default view.
cat << 'EOF' > all-view.yaml
- view:
- name: all
+ name: All
view-type: all
EOF
jenkins-jobs -s sandbox update -v all-view.yaml
[testenv:jjb-compare-xml]
basepython = python3
deps =
- jenkins-job-builder
+ jenkins-job-builder==6.0.0
allowlist_externals =
./jjb-compare-xml.sh
commands =