diff --git a/Jenkinsfile b/Jenkinsfile index b3631b7..164a8e5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,8 +14,8 @@ pipeline { stage('Deploy') { 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 + 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 call shutdown.bat timeout /t 5 /nobreak call startup.bat