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 {