Print out what we've unarchived before proceeding
This commit is contained in:
parent
69aac45f97
commit
9bec5d7917
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user