checkout scm file 3

This commit is contained in:
shikhar.s 2019-07-30 15:54:43 +05:30
parent cc9fdaf28f
commit ff36d380a5
1 changed files with 5 additions and 5 deletions

10
Jenkinsfile vendored
View File

@ -19,11 +19,11 @@ pipeline {
stages {
// stage ('Checkout') {
// steps {
// checkout scm
// }
// }
stage ('Checkout') {
steps {
checkout scm
}
}
stage ('Install_Requirements') {