Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / fix_packer_build-3d4cc3519be3c2a7.yaml
1 ---
2 fixes:
3   - |
4     The packer merge job has a boolean option that sets an UPDATE_CLOUD_IMAGE
5     variable. This variable was always evaluating to true which caused issues
6     with builds always executing the section of the build. This causes problems
7     for builds that do not produce information that is expected by the section
8     of code. In specific AWS / EC2 builds fail as the build engine outputs
9     different name data than expected. The variable is now properly evaluated.