This commit is contained in:
vbawol 2017-04-06 08:05:59 -07:00
parent 3a3bf84b80
commit 990bb408d0

6
Jenkinsfile vendored
View File

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