From f6502ba50ed362fc10f7ec26326479cb9525b20d Mon Sep 17 00:00:00 2001 From: Anupong Hompan Date: Sat, 25 Oct 2025 22:47:24 +0700 Subject: [PATCH] JK --- Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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') {