Compare commits

..

No commits in common. "24ae69f9182ce20c4d92df89be7feaac8d866ac7" and "869017c9b5852b3d7b68d6c7bb9305a933762f8a" have entirely different histories.

2
Jenkinsfile vendored
View File

@ -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'
} }