Merge "Print BUILD_ID passed from Jenkins"

This commit is contained in:
Jenkins 2017-02-06 09:55:12 +00:00 committed by Gerrit Code Review
commit 8e495e6f88
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
echo $$ >> ~/run_tests.pid
# print build id passed from Jenkins for easy tracking.
echo "BUILD_ID = $BUILD_ID"
DEVSTACK_GATE_REPO="https://github.com/citrix-openstack/devstack-gate"
DEVSTACK_GATE_BRANCH="master"