From 7193070ebd32aecc5149430e7a48e9c4e0ddc41a Mon Sep 17 00:00:00 2001 From: Rinjae Date: Tue, 30 Jun 2026 09:27:58 +0900 Subject: [PATCH] =?UTF-8?q?Jenkinsfile=20=EC=88=98=EC=A0=95:=20-=20EXT=5FL?= =?UTF-8?q?IB=5FDIR=20=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20-=20Gradle=20=EB=B9=8C=EB=93=9C=EC=97=90=20extLibDi?= =?UTF-8?q?r=20=ED=8C=8C=EB=9D=BC=EB=AF=B8=ED=84=B0=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9b55357..3bb1a9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,6 +19,7 @@ pipeline { CATALINA_HOME = '/prod/eapim/apache-tomcat-9.0.116' CATALINA_PID = '/prod/eapim/adminportal/temp/catalina.pid' DEPLOY_HTTP_PORT = '39120' + EXT_LIB_DIR = "${CATALINA_HOME}/lib" } stages { @@ -78,7 +79,7 @@ pipeline { stage('Build WAR') { steps { - sh 'gradle clean build -x test --no-daemon' + sh 'gradle clean build -x test --no-daemon -PextLibDir=$EXT_LIB_DIR' } post { success {