Skip to content

Commit bbe7371

Browse files
committed
๐Ÿ”ง chore: ์  ํ‚จ์Šค credential ์˜คํƒ€ ์ˆ˜์ •
1 parent 6859542 commit bbe7371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€ŽJenkinsfileโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pipeline {
6363
// Application Config Files
6464
file(credentialsId: ENV_PROPERTIES_CRED, variable: 'ENV_PROPERTIES_FILE_PATH'),
6565
string(credentialsId: 'PROD_GOOGLE_JSON_BASE64', variable: 'GOOGLE_JSON_B64'),
66-
string(credentialsId: 'PROD_FIREBASE_KEY_JSON_B64', variable: 'FIREBASE_KEY_B64')
66+
string(credentialsId: 'PROD_FIREBASE_KEY_JSON_BASE64', variable: 'FIREBASE_KEY_B64')
6767
//string(credentialsId: GOOGLE_JSON_CRED, variable: 'GOOGLE_JSON_B64'),
6868
//string(credentialsId: FIREBASE_JSON_CRED, variable: 'FIREBASE_KEY_B64')
6969
]) {

0 commit comments

Comments
ย (0)