Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-11 20:05:14 -04:00 committed by GitHub
parent 63596832c9
commit debb017ccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -11,7 +11,7 @@ pipeline {
stage('sonar') {
steps {
sh "./mvnw sonar:sonar -Dsonar.host.url=http://devops1-sonarqube-1:9000 -Dsonar.login=admin -Dsonar.password=admin"
sh "./mvnw sonar:sonar -Dsonar.host.url=http://sonarqube_container:9000 -Dsonar.login=admin -Dsonar.password=admin"
}
}