blob: 92a504609019ad1f12b504c86e21432cacab577f [file] [log] [blame]
pipeline {
agent any
stages {
stage("test") {
}
}
}