From 5832d18885562d0338fa05fed9983426815c6639 Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Mon, 24 Feb 2025 09:27:18 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=8C=EC=9D=B4=ED=94=84=EB=9D=BC=EC=9D=B8?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 966e608..dc74b38 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,8 @@ pipeline { echo "start" cd /d C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin - BUILD_ID=dontKillMe call startup.bat + set BUILD_ID=dontKillMe + call startup.bat ping -n 5 127.0.0.1 > nul ''' }