Skip to content

Commit 43c6058

Browse files
committed
jenkins변경
1 parent 0f851de commit 43c6058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ pipeline {
6767
url: 'https://github.com/KA-SURFY/argocd.git',
6868
branch: 'master'
6969

70-
sh "sed -i 's/restful_front:.*\$/restful_front:${currentBuild.number}/g' back-deploy/front-deployment.yaml"
70+
sh "sed -i 's/restful_front:.*\$/restful_front:${currentBuild.number}/g' msa-deploy/front-deployment.yaml"
7171
sh "git config user.name 'hojin19082'"
7272
sh "git config user.email '[email protected]'"
73-
sh "git add back-deploy/front-deployment.yaml"
73+
sh "git add msa-deploy/front-deployment.yaml"
7474
sh "git commit -m '[UPDATE] restful_front ${currentBuild.number} image versioning'"
7575

7676
withCredentials([gitUsernamePassword(credentialsId: 'github_cred', gitToolName: 'git-tool')]) {

0 commit comments

Comments
 (0)