Skip to content

Commit

Permalink
feat: add build and push stage to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A authored Nov 16, 2023
1 parent 7f59b0f commit d7fd0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
}
stage('Static Code Analysis') {
environment {
SONAR_URL = "http://172.19.0.2:9000"
SONAR_URL = "http://172.18.0.4:9000"
}
steps {
withCredentials([string(credentialsId: 'sonarqube', variable: 'SONAR_AUTH_TOKEN')]) {
Expand Down

0 comments on commit d7fd0ff

Please sign in to comment.