We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f851de commit 43c6058Copy full SHA for 43c6058
Jenkinsfile
@@ -67,10 +67,10 @@ pipeline {
67
url: 'https://github.com/KA-SURFY/argocd.git',
68
branch: 'master'
69
70
- sh "sed -i 's/restful_front:.*\$/restful_front:${currentBuild.number}/g' back-deploy/front-deployment.yaml"
+ sh "sed -i 's/restful_front:.*\$/restful_front:${currentBuild.number}/g' msa-deploy/front-deployment.yaml"
71
sh "git config user.name 'hojin19082'"
72
sh "git config user.email '[email protected]'"
73
- sh "git add back-deploy/front-deployment.yaml"
+ sh "git add msa-deploy/front-deployment.yaml"
74
sh "git commit -m '[UPDATE] restful_front ${currentBuild.number} image versioning'"
75
76
withCredentials([gitUsernamePassword(credentialsId: 'github_cred', gitToolName: 'git-tool')]) {
0 commit comments