Print BUILD_ID passed from Jenkins

So that it's easier to mapping the posted log (checking in gerrit)
to the Jenkins jobs.

Change-Id: I3903a6ef6a1446d42d237d740d0544ae478a8983
This commit is contained in:
Jianghua Wang 2017-01-06 18:20:52 +08:00
parent b2eb56f2a0
commit c622e2384f

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"