diff --git a/Jenkinsfile b/Jenkinsfile index 1477efce1..a5fd2fb73 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { steps { withSonarQubeEnv(installationName:'sonar-1') { - sh './mvnw sonar:sonar -Dsonar.java.binaries=target/classes' + sh './mvnw sonar:sonar -Dsonar.java.binaries=target/classes -Dsonar.login=admin -Dsonar.password=password' } } }