Jenkins Job DSL Playground
API Viewer
Groovy
Run
job('ci') { description 'Build and test the app.' scm { github 'sheehan/job-dsl-playground' } steps { gradle 'test' } publishers { archiveJunit 'build/test-results/**/*.xml' } }
XML
×
Modal header
One fine body…