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