testing jenkins

This commit is contained in:
vbawol 2017-04-05 20:18:10 -07:00
parent 705a577d9a
commit dbb8381174

10
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,10 @@
pipeline {
agent none
stages {
stage('') {
steps {
echo 'test'
}
}
}
}