-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 1.494
xUnit plugin 1.51
Conditionnal BuildStep plugin 1.2.1
Any Build Step plugin 0.1
Windows Server 2008
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.
- 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).
-
- Closed
-
[JENKINS-16259] xUnit publisher not showing into conditional build steps
Assignee | Original: bap [ bap ] | New: Gregory Boissinot [ gbois ] |
Link |
New:
This issue depends on |
Link | New: This issue depends on JENKINS-15445 [ JENKINS-15445 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 147073 ] | New: JNJira + In-Review [ 192221 ] |
The publisher does not provide a DataBoundConstructor, therefore the conditional buildstep plugin can't instantiate it.