The JobDSL spec currently has:
job {
steps {
gradle('build')
}
}
but that creates a job that errors with:
FATAL: Unable to find Gradle Wrapper
How does one specify the Gradle wrapper to use? I don't see it documented in https://github.com/jenkinsci/job-dsl-plugin/wiki/Job-reference#gradle.