Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-10 14:59:03 -04:00 committed by GitHub
parent 2e9dcb3ba3
commit 7bb163fced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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