Jenkinsfile test를 위한 git clone 주석

This commit is contained in:
Hanbin Lee
2023-02-06 00:01:57 +09:00
parent 8bae2da14a
commit d3af3ac81b

View File

@@ -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 {