Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / fix-use-release-file-var-a5f3ea05b58ec194.yaml
1 ---
2 fixes:
3   - |
4     Rename "RELEASE_FILE" parameter to "USE_RELEASE_FILE" in release-jobs.
5     This will match the actual varaible default value better and will not
6     collide with the local "release_file" in the script.
7   - |
8     Fix "USE_RELEASE_FILE" if statement. We are now using a bool instead of
9     a string. Changing the if statements to evaluate bools.