This commit is contained in:
Anupong Hompan 2025-10-25 22:47:24 +07:00
parent 5b0a74c614
commit f6502ba50e

7
Jenkinsfile vendored
View File

@ -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') {