diff --git a/Jenkinsfile b/Jenkinsfile index d0d8983e..bb211a46 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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')]) {