Update Jenkinsfile

This commit is contained in:
vbawol 2017-04-06 10:07:33 -05:00 committed by GitHub
parent 990bb408d0
commit 0b6f149fdd

7
Jenkinsfile vendored
View File

@ -4,14 +4,11 @@ pipeline {
stage('checkout') {
steps {
node(label: 'testing') {
script {
checkout scm
}
checkout scm
fileExists 'README.md'
}
}
}
}
}
}