We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641ee1b commit 3abd88fCopy full SHA for 3abd88f
jenkins/Jenkinsfile
@@ -55,7 +55,7 @@ pipeline {
55
}
56
stage('SonarQube Analysis') {
57
environment {
58
- SCANNER_URL = 'http://192.168.0.25:8888'
+ SCANNER_URL = 'http://wakanda.zapto.org:5588'
59
60
steps {
61
slackSend color: '#439FE0', message: "Starting SAST scan with SonarQube"
0 commit comments