diff --git a/Jenkinsfile b/Jenkinsfile index 2966595..12ae774 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {