Matt Sheehan
job('gr8 example') { scm { github 'sheehan/job-dsl-gradle-example' } triggers { scm 'H/5 * * * *' } steps { gradle 'clean test' } publishers { archiveJunit 'build/test-results/**/*.xml' extendedEmail 'mr.sheehan@gmail.com' } }
https://github.com/jenkinsci/job-dsl-plugin/wiki/Job-DSL-Commands
are in the works. Preview them here.
https://github.com/sheehan/job-dsl-gradle-example/tree/master/jobs
Forum: https://groups.google.com/forum/#!forum/job-dsl-plugin