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

This commit is contained in:
nevermoregb 2025-02-22 00:47:15 +09:00
parent e8a0350ac8
commit dd16a29f77

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
start "Tomcat" /min cmd /c "catalina.bat run" start catalina.bat run
ping -n 10 127.0.0.1 > nul ping -n 10 127.0.0.1 > nul
''' '''
} }