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

This commit is contained in:
nevermoregb 2025-02-24 09:23:44 +09:00
parent ff1f585e45
commit 4b5e28684a

4
Jenkinsfile vendored
View File

@ -36,8 +36,8 @@ pipeline {
echo "start"
cd /d C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin
call startup.bat
ping -n 10 127.0.0.1 > nul
BUILD_ID=dontKillMe call startup.bat
ping -n 5 127.0.0.1 > nul
'''
}
}