From fe0dbc32ea9b7ac006989ae38a80c39a2d211f27 Mon Sep 17 00:00:00 2001 From: biryu2000 Date: Sun, 25 May 2025 01:47:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=A0=ED=82=A8=EC=8A=A4=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95=EC=A4=91?= 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 4c2246d..3585133 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage('Checkout') { steps { - git url: 'https://gitea.biryu2000.kr/nightbug/sukjenogi-backend.git', branch: 'master' + checkout scm } }