This commit is contained in:
vbawol 2017-04-06 06:30:54 -07:00
parent d7136a92e8
commit e847677b06

8
Jenkinsfile vendored
View File

@ -3,13 +3,7 @@ pipeline {
stages {
stage('Checkout') {
steps {
node(label: 'Checkout') {
script {
checkout scm
}
}
fileExists 'README.md'
}
}
}