Update Jenkinsfile

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

3
Jenkinsfile vendored
View File

@ -3,11 +3,10 @@ pipeline {
stages {
stage('checkout') {
steps {
node(label: 'testing') {
node {
checkout scm
fileExists 'README.md'
}
}
}
}