From 15cb57a952bc6196fa443047ba5117b6d115f038 Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Fri, 21 Feb 2025 13:42:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=A0=ED=82=A8=EC=8A=A4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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