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:
parent
b2eb56f2a0
commit
c622e2384f
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user