Skip to content

Commit 31d356e

Browse files
committed
disable sonar
1 parent 7f249a2 commit 31d356e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jenkins/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ pipeline {
1717
}
1818
}
1919

20-
stage('SonarQube Analysis') {
20+
/**stage('SonarQube Analysis') {
2121
steps {
2222
withSonarQubeEnv('SonarQubeServer') { // Nombre del server configurado en Jenkins
2323
sh 'mvn clean verify sonar:sonar -Ddependency-check.skip=true -Dsonar.projectKey=simple-java-maven-app -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_TOKEN'
2424
}
2525
}
26-
}
26+
}**/
2727

2828
stage('Build') {
2929
steps {

0 commit comments

Comments
 (0)