From ae1332d7a6b4d81bee169577015418382af64bdf Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Mon, 24 Feb 2025 09:45:48 +0900 Subject: [PATCH] . --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index dc74b38..a5891cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,9 +36,8 @@ pipeline { echo "start" cd /d C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin - set BUILD_ID=dontKillMe - call startup.bat - ping -n 5 127.0.0.1 > nul + call startup.bat + ping -n 5 127.0.0.1 > nul ''' } }