Skip to content

Commit

Permalink
chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
harshakp06 committed Jan 24, 2024
1 parent e8f8417 commit b52eff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ pipeline {
// git pull
// sed -i 's#replace#harshakp06/numeric-app:${GIT_COMMIT}#g' argocd/k8s_deployment_service.yaml

stage('GIT Push') {
/* stage('GIT Push') {
steps {
script{
withCredentials([gitUsernamePassword(credentialsId: 'github', gitToolName: 'Default')]) {
sh '''
pwd
git checkout main
git pull
Expand All @@ -106,7 +106,7 @@ pipeline {
}
}
}
} */



Expand Down

0 comments on commit b52eff7

Please sign in to comment.