젠킨스 수정 4
All checks were successful
LOCALNET-DEV/pipeline/head This commit looks good

This commit is contained in:
nevermoregb 2025-02-21 13:42:55 +09:00
parent 92872d0eb6
commit 15cb57a952

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
steps {
bat '''
copy /Y build\\libs\\*-plain.war C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\webapps\\ROOT.war
cd C:\\localhost-tomcat\\apache-tomcat-10.1.36\\bin
cd C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin
call shutdown.bat
timeout /t 5 /nobreak
call startup.bat