Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: any-buildstep-plugin, conditional-buildstep-plugin, xunit-plugin
-
Labels:
-
Environment:Jenkins 1.494
xUnit plugin 1.51
Conditionnal BuildStep plugin 1.2.1
Any Build Step plugin 0.1
Windows Server 2008
-
Similar Issues:
Description
In a matrix configuration job, when trying to add a new conditionnal build step (single or multiple), it is not possible to select the publisher xUnit.
Is it related to non-implementation of @DataBoundConstructor constructor ?
This is really annoying as i cannot use the very usefull threshold feature of the xUnit plug-in for my jobs status.
Attachments
Issue Links
- depends on
-
JENKINS-15445 DefaultBuilderDescriptorLister should not check buildstep class for @DataBoundConstructor
-
- Reopened
-
-
JENKINS-18629 Jenkins fails to save configuration when using Invoke Gradle script in Conditional Step (single).
-
- Resolved
-
The publisher does not provide a DataBoundConstructor, therefore the conditional buildstep plugin can't instantiate it.