Skip to content

Commit 3abd88f

Browse files
author
kjohnson
committed
testing external SonarQube server (try CSPF-Founder#1)
1 parent 641ee1b commit 3abd88f

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
@@ -55,7 +55,7 @@ pipeline {
5555
}
5656
stage('SonarQube Analysis') {
5757
environment {
58-
SCANNER_URL = 'http://192.168.0.25:8888'
58+
SCANNER_URL = 'http://wakanda.zapto.org:5588'
5959
}
6060
steps {
6161
slackSend color: '#439FE0', message: "Starting SAST scan with SonarQube"

0 commit comments

Comments
 (0)