Compare commits
No commits in common. "24ae69f9182ce20c4d92df89be7feaac8d866ac7" and "869017c9b5852b3d7b68d6c7bb9305a933762f8a" have entirely different histories.
24ae69f918
...
869017c9b5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -85,7 +85,7 @@ pipeline {
|
|||
sshagent(["${params.GIT_CREDENTIAL_ID}"]) {
|
||||
nodejs(nodeJSInstallationName: "${params.NODEJS_INSTALLATION}") {
|
||||
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'
|
||||
}
|
||||
|
|
Reference in New Issue
Block a user