From 55e4040bc6ef994e73bcbd65279c73b58b5b6078 Mon Sep 17 00:00:00 2001 From: cghislai Date: Sun, 28 Nov 2021 17:19:20 +0100 Subject: [PATCH] Fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bb8f982..8d3512b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }