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

This commit is contained in:
nevermoregb 2025-02-21 14:54:23 +09:00
parent 1ffa52b726
commit 7e8f19d136

3
Jenkinsfile vendored
View File

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