We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f249a2 commit 31d356eCopy full SHA for 31d356e
1 file changed
jenkins/Jenkinsfile
@@ -17,13 +17,13 @@ pipeline {
17
}
18
19
20
- stage('SonarQube Analysis') {
+ /**stage('SonarQube Analysis') {
21
steps {
22
withSonarQubeEnv('SonarQubeServer') { // Nombre del server configurado en Jenkins
23
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'
24
25
26
- }
+ }**/
27
28
stage('Build') {
29
0 commit comments