diff --git a/Jenkinsfile b/Jenkinsfile index 5979d111..53e90c90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { } stage('Static Code Analysis') { environment { - SONAR_URL = "http://172.19.0.4:9000" + SONAR_URL = "http://172.19.0.2:9000" } steps { withCredentials([string(credentialsId: 'sonarqube', variable: 'SONAR_AUTH_TOKEN')]) {