Job DSL Plugins - q-uest/notes-doc-k8s-docker-jenkins-all-else GitHub Wiki

This plugin is used to generate Jenkins' Pipeline/Freestyle jobs programmatically.

Creating a freestyle job with a build step of "Process Job DSL" & the below call and building it will generate a freestyle job called "example" with the given build step.

image

Here is the "example" job generated from the above.

image

Reference: https://plugins.jenkins.io/job-dsl/