Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-10 15:00:38 -04:00 committed by GitHub
parent 7bb163fced
commit a456f0866a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -11,10 +11,7 @@ pipeline {
stage('sonar') {
steps {
withSonarQubeEnv(installationName:'sonar-1')
{
sh './mvnw sonar:sonar -Dsonar.java.binaries=target/classes -Dsonar.host-url=http://devops1-sonarqube-1:9000/ -Dsonar.login=admin -Dsonar.password=password'
}
}
}