This commit is contained in:
vbawol 2017-04-06 06:36:06 -07:00
parent e847677b06
commit 3a3bf84b80

5
Jenkinsfile vendored
View File

@ -1,10 +1,13 @@
pipeline {
agent none
stages {
stage('Checkout') {
stage('') {
steps {
node(label: 'testing') {
fileExists 'README.md'
}
}
}
}
}