Fix
Some checks reported errors
valuya/embedded-webview/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
cghislai 2021-11-28 17:19:20 +01:00
parent 76349d4b42
commit 55e4040bc6

2
Jenkinsfile vendored
View File

@ -85,7 +85,7 @@ pipeline {
sshagent(["${params.GIT_CREDENTIAL_ID}"]) {
nodejs(nodeJSInstallationName: "${params.NODEJS_INSTALLATION}") {
withCredentials([
string(credentialsId: params.ANDROID_API_KEY_CREDENTIAL, variable: 'GOOGLE_APPLICATION_CREDENTIALS')
file(credentialsId: params.ANDROID_API_KEY_CREDENTIAL, variable: 'GOOGLE_APPLICATION_CREDENTIALS')
]) {
sh './tools/jenkins-publish-android.sh'
}