Fix
This commit is contained in:
parent
554bd1b10a
commit
76349d4b42
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -85,7 +85,7 @@ pipeline {
|
||||||
sshagent(["${params.GIT_CREDENTIAL_ID}"]) {
|
sshagent(["${params.GIT_CREDENTIAL_ID}"]) {
|
||||||
nodejs(nodeJSInstallationName: "${params.NODEJS_INSTALLATION}") {
|
nodejs(nodeJSInstallationName: "${params.NODEJS_INSTALLATION}") {
|
||||||
withCredentials([
|
withCredentials([
|
||||||
file(credentialsId: params.ANDROID_API_KEY_CREDENTIAL, variable: 'GOOGLE_APPLICATION_CREDENTIALS')
|
string(credentialsId: params.ANDROID_API_KEY_CREDENTIAL, variable: 'GOOGLE_APPLICATION_CREDENTIALS')
|
||||||
]) {
|
]) {
|
||||||
sh './tools/jenkins-publish-android.sh'
|
sh './tools/jenkins-publish-android.sh'
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user