Print out what we've unarchived before proceeding

This commit is contained in:
R. Tyler Croy 2016-03-21 14:27:29 -07:00
parent 69aac45f97
commit 9bec5d7917
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F

1
Jenkinsfile vendored
View File

@ -22,6 +22,7 @@ node('docker') {
node('docker') {
stage 'Package'
unarchive mapping: ['build/' : 'build/']
sh 'ls ; ls build; ls build/libs'
sh 'git rev-parse HEAD > GIT_COMMIT'
shortCommit = readFile('GIT_COMMIT').take(6)