Details
-
Type:
Bug
-
Status: Reopened (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: conditional-buildstep-plugin
-
Labels:None
-
Similar Issues:
Description
Some exotic build steps (cloudbees templates ones, that are dynamically generated) aren't created using @DataBoundConstructor databinding, but by a custom newInstance implementation in constructor.
DefaultBuilderDescriptorLister is checking the buildStep for a @DataBoundConstructor, for some unknown reason (I've searched the git history, but this whole code was added as a single commit), but shouldn't imho
Attachments
Issue Links
- depends on
-
JENKINS-18629 Jenkins fails to save configuration when using Invoke Gradle script in Conditional Step (single).
-
- Resolved
-
- is blocking
-
JENKINS-16259 xUnit publisher not showing into conditional build steps
-
- Resolved
-
- is related to
-
JENKINS-6797 Add @DataBoundConstructor
-
- Resolved
-
- links to
Nicolas De Loof This PR does not seem to cause issues with the latest version of Jenkins anymore. Can we get it re-attempted or am I just missing something?