Top "Jenkins-job-dsl" questions

Jenkins Job-DSL is a Jenkins plugin which enables the creation of Jenkins Jobs using Groovy scripts.

How to access list of Jenkins job parameters from within a JobDSL script?

I would like to save the parameters passed into a JobDSL job. I know I can refer to individual parameters …

jenkins jenkins-job-dsl
Jenkins: groovy DSL: using the ternary operator to distinguish between FreeStyleJob and MatrixJob

I am trying to write a groovy-dsl script for Jenkins to generate two jobs: The first job is a FreestyleJob …

jenkins groovy ternary-operator jenkins-job-dsl groovydsl
Trigger build in Jenkins when git branches are created or deleted

I have a job in Jenkins for a project on GitHub, that I would like to be triggered whenever a …

git jenkins jenkins-job-dsl