diff --git a/Jenkinsfile b/Jenkinsfile index 8fb2aff..360f52d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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