如何在Job DSL中配置多个shell步骤

时间:2016-02-26 05:20:36

标签: jenkins jenkins-plugins jenkins-cli jenkins-job-dsl jenkins-scriptler

如何在Job DSL中配置多个shell步骤?
我正在配置一个shell步骤,如下所示:

project / builders / 'hudson.tasks.Shell' {
command 'cd $WORKSPACE/dir1'
}

1 个答案:

答案 0 :(得分:0)

我发现我应该可以使用shell()方法,可以多次调用它来创建多个shell步骤。

https://jenkinsci.github.io/job-dsl-plugin/#path/freeStyleJob-steps-shell