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 { stages {
stage('checkout') { stage('checkout') {
steps { steps {
node(label: 'testing') { node {
checkout scm checkout scm
fileExists 'README.md' fileExists 'README.md'
} }
} }
} }
} }