JK
This commit is contained in:
parent
5b0a74c614
commit
f6502ba50e
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -36,12 +36,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
withSonarQubeEnv('SonarQube Health Check') {
|
|
||||||
sh '''
|
|
||||||
curl -sf "$SONAR_HOST_URL/api/system/health" \
|
|
||||||
|| { echo "Cannot reach SonarQube at $SONAR_HOST_URL"; exit 1; }
|
|
||||||
'''
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
stage('Install prerequisites') {
|
stage('Install prerequisites') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user