Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SlitiBrahim committed Jul 3, 2022
1 parent 1c6877e commit 8f40e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ node {
checkout([$class: 'GitSCM', branches: [[name: '*/main']], extensions: [], userRemoteConfigs: [[credentialsId: 'jzigic-github-pat-b', url: 'https://github.com/SlitiBrahim/flask-webapp-color-argocd']]])
sh 'git status'
sh 'ls -lR'
sh "sed 's/flask-webapp-color:.*/flask-webapp-color:${BUILD_ID}/' -i test/deploy.yaml"
sh 'cat test/deploy.yaml'
}
}

0 comments on commit 8f40e85

Please sign in to comment.