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

This commit is contained in:
nevermoregb 2025-02-22 00:20:44 +09:00
parent 7c84ae6d9f
commit fa9d085946

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
ping -n 5 127.0.0.1 > nul
echo "start"
cmd /c start "Tomcat Console" C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin\\catalina.bat run
start cmd.exe /k "cd C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin && catalina.bat run"
'''
}
}