Skip to content

Commit 862a761

Browse files
committed
DEBUG: Dump env to file
1 parent bf803dc commit 862a761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ node ('android-slave'){
1414
stage('Preparation') {
1515
step([$class: 'WsCleanup'])
1616
checkout scm
17+
sh 'env > env-dump'
1718
}
1819
stage('Assemble') {
1920
withCredentials([[$class: 'FileBinding', credentialsId: 'android-keystore-tvheadend', variable: 'ANDROID_KEYSTORE'], [$class: 'StringBinding', credentialsId: 'android-keystore-tvheadend-password', variable: 'ANDROID_KEYSTORE_PASSWORD']]) {

0 commit comments

Comments
 (0)