Skip to content

Commit

Permalink
Update JenkinsFile
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Apr 3, 2023
1 parent 19c1018 commit d25986d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {
}
stage('Static Code Analysis') {
environment {
SONAR_URL = "http://34.233.125.26:9000"
SONAR_URL = "http://34.201.116.83:9000"
}
steps {
withCredentials([string(credentialsId: 'sonarqube', variable: 'SONAR_AUTH_TOKEN')]) {
Expand Down

0 comments on commit d25986d

Please sign in to comment.