We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abd88f commit 68a41ebCopy full SHA for 68a41eb
jenkins/Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
59
}
60
steps {
61
slackSend color: '#439FE0', message: "Starting SAST scan with SonarQube"
62
- withSonarQubeEnv('Jenkins SonarQube') {
+ withSonarQubeEnv('Jenkins SonarQube External') {
63
sh 'mvn sonar:sonar -Dsonar.host.url=${SCANNER_URL}'
64
65
0 commit comments