From ed4413cf55846876bed19e9c3d6e6c47750e1f2a Mon Sep 17 00:00:00 2001 From: "seonkyu.kim" Date: Tue, 5 Nov 2024 10:17:56 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=93=9D]=20Jenkinsfile=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= 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 d3f4a81..399a767 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stages { stage('Clone Repository') { steps { - git url: 'https://git.ipstein.myds.me/AcaMate/AcaMate_Web.git', branch: env.GIT_BRANCH + git url: 'https://git.ipstein.myds.me/AcaMate/AcaMate_API.git', branch: env.GIT_BRANCH } } stage('Deploy') {