1
All checks were successful
LOCALNET-DEV/pipeline/head This commit looks good

This commit is contained in:
nevermoregb 2025-02-24 11:08:31 +09:00
parent 87f425bed2
commit d3b92407ea

2
Jenkinsfile vendored
View File

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