From b3407af437fc35012bf52937ced1e09d0c77470c Mon Sep 17 00:00:00 2001 From: biryu2000 Date: Sun, 25 May 2025 01:10:51 +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 fab1815..80ffb67 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: 'main' + git url: 'https://gitea.biryu2000.kr/nightbug/sukjenogi-backend.git', branch: 'master' } }