Update Jenkinsfile

This commit is contained in:
vbawol 2017-04-06 10:13:11 -05:00 committed by GitHub
parent ac1aaeb46a
commit f94d829085

2
Jenkinsfile vendored
View File

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