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 ''' } }