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

7
Jenkinsfile vendored
View File

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