From d99555dfe55b7cc2a79f77a0317db16364d75371 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Thu, 23 Oct 2025 14:32:46 +0900 Subject: [PATCH] =?UTF-8?q?WAR=20=EC=95=84=ED=8B=B0=ED=8C=A9=ED=8A=B8=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea74ad7..02117e2 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ pipeline { stage('Archive WAR Artifact') { steps { echo '▶ Archiving WAR file...' - archiveArtifacts artifacts: "${env.PROJECT_HOME}/BAPWeb/dist/BAPWeb.war", fingerprint: true + archiveArtifacts artifacts: "/Data/jenkins/eapim/BAPWeb/dist/BAPWeb.war", fingerprint: true } } }