Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshakp06 committed Jan 24, 2024
1 parent 4317043 commit 44228c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ pipeline {
withCredentials([gitUsernamePassword(credentialsId: 'github', gitToolName: 'Default')]) {

sh '''
pwd
sed -i 's#replace#harshakp06/numeric-app:${GIT_COMMIT}#g' argocd/k8s_deployment_service.yaml
git add argocd/k8s_deployment_service.yaml
git commit -m "changes to image version"
Expand Down

0 comments on commit 44228c8

Please sign in to comment.