blob: 92a504609019ad1f12b504c86e21432cacab577f [file] [log] [blame]
Mike Marchetti30b8eb72017-06-22 09:15:03 -04001pipeline {
2 agent any
3 stages {
4 stage("test") {
5 }
6 }
7}