From 9c4960385f9cb7779d9490b9dcc02d12da758b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dhji=28=EC=A7=80=EB=8C=80=ED=95=9C=29?= Date: Sun, 14 Jun 2026 00:37:40 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20log=20=EB=B0=8F=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8?= 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 83c1bc5..ca3f1a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,7 @@ pipeline { when { allOf { branch 'main' - expression { return params.DEPLOY_HOST?.trim() } + expression { return env.DEPLOY_HOST?.trim() } } } agent any