From 2c59283d6c335e58e4ba6f82216217af2807fca2 Mon Sep 17 00:00:00 2001 From: hjmoons Date: Thu, 30 Oct 2025 18:24:20 +0900 Subject: [PATCH] =?UTF-8?q?Jenkinsfile:=20Git=20credentials=20ID=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - git-credentials → github-credentials-dg0506로 변경 - Jenkins에 등록된 실제 credential ID와 일치시킴 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7ede65f..b14be8e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { // Credentials ACR_CREDENTIALS = credentials('acr-credentials') DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials') - GIT_CREDENTIALS = credentials('git-credentials') + GIT_CREDENTIALS = credentials('github-credentials-dg0506') } stages {