From 47018ed3293fbab1f15a4c1045ac0ab1e923b017 Mon Sep 17 00:00:00 2001 From: boat cow Date: Sat, 8 Apr 2023 13:05:14 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } }