Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / openstack-protect-in-use-images-cf8e4f722a1512ec.yaml
1 ---
2 fixes:
3   - |
4     openstack-protect-in-use-images.sh
5     Projects that do not have images in jjb were failing this step of the build.
6     code now runs with set -eu -o pipefail for the duration of the script.
7     shellcheck disable comments no longer needed and removed.
8     Code now only merges arrays if non-empty.
9     Simplify dedupe array code.