Skip to content

Commit

Permalink
feat: add static code analysis stage to piepline
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A authored Nov 16, 2023
1 parent ba1d4c2 commit 1f73910
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 @@ -18,7 +18,7 @@ pipeline {
}
stage('Static Code Analysis') {
environment {
SONAR_URL = "http://172.18.0.4:9000"
SONAR_URL = "http://172.19.0.4:9000"
}
steps {
withCredentials([string(credentialsId: 'sonarqube', variable: 'SONAR_AUTH_TOKEN')]) {
Expand Down

0 comments on commit 1f73910

Please sign in to comment.