-
New Feature
-
Resolution: Fixed
-
Minor
-
None
Be able to pass custom parameters to job scripts via the jobDsl pipeline step.
Example:
node { jobDsl targets: ['jobs/projectA/*.groovy', 'jobs/common.groovy'].join('\n'), removedJobAction: 'DELETE', removedViewAction: 'DELETE', lookupStrategy: 'SEED_JOB', params: [param1: 'test', param2: myExpr] }
See: https://groups.google.com/forum/?fromgroups#!topic/job-dsl-plugin/_EtDfuvBhs4
- is related to
-
JENKINS-51144 Parameters given to seed job via pipeline jobDsl don't show up as "Build Variables" in downstream's currentBuild.upstreamBuilds
- Closed
-
JENKINS-36679 build parameter availability in DSL from pipelines
- Closed