From d3af3ac81bf1c29c107a4ee6a00bbcdf7ec27283 Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Mon, 6 Feb 2023 00:01:57 +0900 Subject: [PATCH] =?UTF-8?q?Jenkinsfile=20test=EB=A5=BC=20=EC=9C=84?= =?UTF-8?q?=ED=95=9C=20git=20clone=20=EC=A3=BC=EC=84=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile-service | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile-service b/Jenkinsfile-service index 2797aad..6ab7bd0 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -11,11 +11,11 @@ pipeline { } } - stage('Github clone') { - steps { - git branch: '${BUILD_BRANCH}', url: 'https://github.com/beaniejoy/dongne-cafe-api.git' - } - } +// stage('Github clone') { +// steps { +// git branch: '${BUILD_BRANCH}', url: 'https://github.com/beaniejoy/dongne-cafe-api.git' +// } +// } stage('Test') { steps {