如何在Job DSL中配置多个shell步骤?
我正在配置一个shell步骤,如下所示:
project / builders / 'hudson.tasks.Shell' {
command 'cd $WORKSPACE/dir1'
}
答案 0 :(得分:0)
我发现我应该可以使用shell()方法,可以多次调用它来创建多个shell步骤。
https://jenkinsci.github.io/job-dsl-plugin/#path/freeStyleJob-steps-shell