Skip to content

Commit

Permalink
ci: temporary deactivate sonar cloud analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Aug 20, 2024
1 parent ecd54a2 commit 9da2d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pipeline {
sh 'mvn clean verify -U -P release-build'
}
}
stage('sonarcloud') {
/*stage('sonarcloud') {
when {
anyOf {
branch 'master'
Expand All @@ -73,7 +73,7 @@ pipeline {
sh 'mvn verify sonar:sonar -Dsonar.token=$TOKEN -U'
}
}
}
}*/
stage('deploy') {
when {
anyOf {
Expand Down

0 comments on commit 9da2d21

Please sign in to comment.