We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6859542 commit bbe7371Copy full SHA for bbe7371
โJenkinsfileโ
@@ -63,7 +63,7 @@ pipeline {
63
// Application Config Files
64
file(credentialsId: ENV_PROPERTIES_CRED, variable: 'ENV_PROPERTIES_FILE_PATH'),
65
string(credentialsId: 'PROD_GOOGLE_JSON_BASE64', variable: 'GOOGLE_JSON_B64'),
66
- string(credentialsId: 'PROD_FIREBASE_KEY_JSON_B64', variable: 'FIREBASE_KEY_B64')
+ string(credentialsId: 'PROD_FIREBASE_KEY_JSON_BASE64', variable: 'FIREBASE_KEY_B64')
67
//string(credentialsId: GOOGLE_JSON_CRED, variable: 'GOOGLE_JSON_B64'),
68
//string(credentialsId: FIREBASE_JSON_CRED, variable: 'FIREBASE_KEY_B64')
69
]) {
0 commit comments