-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.12, Job DSL 1.48
Currently Job DSL has neat support for running as a Pipeline step: https://github.com/jenkinsci/job-dsl-plugin/wiki/User-Power-Moves#use-job-dsl-in-pipeline-scripts. However, if attempting to add this from the snippet generator (https://jenkins.io/doc/pipeline/#using-snippet-generator) you end up with an unhelpful generated groovy: "step <object of type javaposse.jobdsl.plugin.ExecuteDslScripts>". I'm not positive if this needs a different constructor or how exactly Job DSL can better support this, but if it helps I found a related issue+PR for another plugin with the same problem: https://github.com/dblock/jenkins-ansicolor-plugin/issues/65
- is blocking
-
JENKINS-36768 Add custom "jobDsl()" Jenkins Pipeline step
-
- Closed
-
- is duplicated by
-
JENKINS-36711 JobDsl pipeline snippet generator produces invalid code
-
- Closed
-
- is related to
-
JENKINS-35282 Make Job DSL's ExecuteDslScripts Pipeline-compatible
-
- Closed
-
[JENKINS-36502] compatibility with snippet generator
Link |
New:
This issue is duplicated by |
Comment |
[ [~daspilker] This wouldn't effect a custom build step exposed via "org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl", right? ] |
Comment | [ I'm working on a fix for this. It has to do with getting the databound paramters just right. ] |
Summary | Original: compatibility with snipper generator | New: compatibility with snippet generator |
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 173214 ] | New: JNJira + In-Review [ 185001 ] |
Link |
New:
This issue is blocking |
Labels | Original: job-dsl pipeline | New: workflow |
Labels | Original: workflow | New: pipeline workflow |
Labels | Original: pipeline workflow | New: pipeline |