From 12dd306266ca91dcced6fdff18a9cdb5401a79d5 Mon Sep 17 00:00:00 2001 From: Insub Kim Date: Thu, 5 Jun 2025 07:49:26 +0000 Subject: [PATCH] =?UTF-8?q?=E3=85=8C=E3=85=8C?= 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 098a72a..3285f4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,6 +55,7 @@ pipeline { stage('Determine Active Port') { steps { echo "before sshagent" + echo "JENKINS_SSH_CREDENTIAL_ID: ${env.JENKINS_SSH_CREDENTIAL_ID}" // 이 부분을 추가 sshagent([env.JENKINS_SSH_CREDENTIAL_ID]) { echo "after sshagent" script {