Skip to content

Commit f2186be

Browse files
author
Brennon York
committed
added output for the various git commit refs
1 parent 3f073d6 commit f2186be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/run-tests-jenkins

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ pr_message=""
161161
# Ensure we save off the current HEAD to revert to
162162
current_pr_head="`git rev-parse HEAD`"
163163

164+
echo "HEAD: `git rev-parse HEAD`"
165+
echo "GHPRB: $ghprbActualCommit"
166+
echo "SHA1: $sha1"
167+
164168
# Run pull request tests
165169
for t in "${PR_TESTS[@]}"; do
166170
this_test="${FWDIR}/dev/tests/${t}.sh"

0 commit comments

Comments
 (0)