checkout scm file again

This commit is contained in:
shikhar.s 2019-07-30 15:15:13 +05:30
parent 1467912299
commit cc9fdaf28f

10
Jenkinsfile vendored
View File

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