Skip to content

Commit

Permalink
refactor(Jenkinsfile-prod): credentials id명 수정 #475
Browse files Browse the repository at this point in the history
  • Loading branch information
mingmingmon committed Aug 17, 2024
1 parent fc255a2 commit 7d77360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile-prod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* To use the following functionality:
* withCredentials([file(credentialsId: 'platforms_stage_config_yml', variable: 'CONFIG_FILE')]) {
* withCredentials([file(credentialsId: 'platforms_prod_config_yml', variable: 'CONFIG_FILE')]) {
*
* The 'Pipeline Utility Steps' plugin must be installed on your Jenkins instance.
*
Expand Down

0 comments on commit 7d77360

Please sign in to comment.