젠킨스 수정 2
Some checks failed
LOCALNET-DEV/pipeline/head There was a failure building this commit

This commit is contained in:
nevermoregb 2025-02-21 13:26:22 +09:00
parent e650aebada
commit 97da33d151

4
Jenkinsfile vendored
View File

@ -14,8 +14,8 @@ pipeline {
stage('Deploy') { stage('Deploy') {
steps { steps {
bat ''' 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 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\\bin
call shutdown.bat call shutdown.bat
timeout /t 5 /nobreak timeout /t 5 /nobreak
call startup.bat call startup.bat