Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 13:05:14 -04:00 committed by GitHub
parent d4c1a87354
commit 47018ed329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -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'
}
}
}