Skip to content

Commit 68a41eb

Browse files
author
kjohnson
committed
testing external SonarQube server (try CSPF-Founder#2) - synching w/ Jenkins
config params
1 parent 3abd88f commit 68a41eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline {
5959
}
6060
steps {
6161
slackSend color: '#439FE0', message: "Starting SAST scan with SonarQube"
62-
withSonarQubeEnv('Jenkins SonarQube') {
62+
withSonarQubeEnv('Jenkins SonarQube External') {
6363
sh 'mvn sonar:sonar -Dsonar.host.url=${SCANNER_URL}'
6464
}
6565
}

0 commit comments

Comments
 (0)