0
的JobDSL規範目前有:如何用Jenkins JobDSL指定Gradle包裝?
job {
steps {
gradle('build')
}
}
但創建與錯誤的作業:
FATAL: Unable to find Gradle Wrapper
怎樣才能指定搖籃包裝使用?我沒有看到它記錄在https://github.com/jenkinsci/job-dsl-plugin/wiki/Job-reference#gradle。