We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf803dc commit 862a761Copy full SHA for 862a761
Jenkinsfile
@@ -14,6 +14,7 @@ node ('android-slave'){
14
stage('Preparation') {
15
step([$class: 'WsCleanup'])
16
checkout scm
17
+ sh 'env > env-dump'
18
}
19
stage('Assemble') {
20
withCredentials([[$class: 'FileBinding', credentialsId: 'android-keystore-tvheadend', variable: 'ANDROID_KEYSTORE'], [$class: 'StringBinding', credentialsId: 'android-keystore-tvheadend-password', variable: 'ANDROID_KEYSTORE_PASSWORD']]) {
0 commit comments