From f33a8c8bfe49093c7dd5f0817d75bc6280c4c62f Mon Sep 17 00:00:00 2001 From: Insub Kim Date: Thu, 5 Jun 2025 07:34:11 +0000 Subject: [PATCH] =?UTF-8?q?fix=20=ED=99=98=EA=B2=BD=EB=B3=80=EB=B3=80?= =?UTF-8?q?=EC=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 8faddc9..d026ec6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,6 +44,7 @@ pipeline { steps { // nvm 활성화를 위해 . (점) 명령을 사용 sh ''' + echo "DATABASE_URL: $DATABASE_URL" // Global Env에 설정된 API_URL이 자동으로 사용됩니다. npm install npm run build '''