파이프라인 수정
All checks were successful
LOCALNET-DEV/pipeline/head This commit looks good

This commit is contained in:
nevermoregb 2025-02-24 09:27:18 +09:00
parent 4b5e28684a
commit 5832d18885

3
Jenkinsfile vendored
View File

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