From ada10293abbc214294d85458ff91ca7e99411f3d Mon Sep 17 00:00:00 2001 From: Matt Weaver Date: Mon, 28 Aug 2023 14:54:22 -0400 Subject: [PATCH] Comment out healthChk while investigating build --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1abfe63d..4f389b86 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,8 +12,8 @@ buildMvn { doDocker = { buildJavaDocker { publishMaster = true - healthChk = true - healthChkCmd = 'wget --no-verbose --tries=1 --spider http://localhost:8081/admin/health || exit 1' + // healthChk = true + // healthChkCmd = 'wget --no-verbose --tries=1 --spider http://localhost:8081/admin/health || exit 1' } } }