Skip to content

Commit 16c6cfa

Browse files
committed
change name server sonar
1 parent 0684a36 commit 16c6cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pipeline {
2626

2727
stage('SonarQube Analysis') {
2828
steps {
29-
withSonarQubeEnv('SonarQube Server') { // Nombre del server configurado en Jenkins
29+
withSonarQubeEnv('SonarQubeServer') { // Nombre del server configurado en Jenkins
3030
sh 'mvn clean verify sonar:sonar -Dsonar.projectKey=my-app -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_TOKEN'
3131
}
3232
}

0 commit comments

Comments
 (0)