Set ZUUL_REF in constraints proposal job

The propose_updates.sh script wants to use ZUUL_REF not ZUUL_BRANCH,
so adjust the propose-requirements-constraints{branch-designator}
job-template to pass the correct environment variable.

Change-Id: I831c3c9d256e81f0fc2d00f8f192cbe0b2c82e69
This commit is contained in:
Jeremy Stanley
2015-07-23 20:42:15 +00:00
parent ddb548bc35
commit 5f82241c45

View File

@@ -96,7 +96,7 @@
- branch-git-prep:
branch: '{branch-override}'
- shell: |
export ZUUL_BRANCH={branch-override}
export ZUUL_REF={branch-override}
/usr/local/jenkins/slave_scripts/propose_update.sh \
requirements-constraints