add hello stage

parent e2242dcf
......@@ -4,6 +4,9 @@ def call(String filepath) {
// $class: 'ExecuteDslScripts',
// targets: ['var/jobs.groovy'].join('\n'),
// ])
stage('hello') {
sh 'echo helloworld'
}
stage('build dsl jobs') {
jobDsl targets: ['jobs.groovy'].join('\n')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment