checkout scm file again

This commit is contained in:
shikhar.s 2019-07-30 15:15:13 +05:30
parent 1467912299
commit cc9fdaf28f
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') {