Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-16259

xUnit publisher not showing into conditional build steps

      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.

          [JENKINS-16259] xUnit publisher not showing into conditional build steps

          The publisher does not provide a DataBoundConstructor, therefore the conditional buildstep plugin can't instantiate it.

          Dominik Bartholdi added a comment - The publisher does not provide a DataBoundConstructor, therefore the conditional buildstep plugin can't instantiate it.

          Code changed in jenkins
          User: imod
          Path:
          pom.xml
          src/main/java/org/jenkinsci/plugins/xunit/XUnitPublisher.java
          http://jenkins-ci.org/commit/xunit-plugin/fc659284e78c0700f70ccea87966d0e85ed5b3fc
          Log:
          [FIXED JENKINS-16259] use @DataBoundConstructor instead of newInstance()

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: imod Path: pom.xml src/main/java/org/jenkinsci/plugins/xunit/XUnitPublisher.java http://jenkins-ci.org/commit/xunit-plugin/fc659284e78c0700f70ccea87966d0e85ed5b3fc Log: [FIXED JENKINS-16259] use @DataBoundConstructor instead of newInstance()

          Code changed in jenkins
          User: Gregory Boissinot
          Path:
          pom.xml
          src/main/java/org/jenkinsci/plugins/xunit/XUnitPublisher.java
          http://jenkins-ci.org/commit/xunit-plugin/af87bd5775648e6006e4e06698810848b030ef3e
          Log:
          Merge pull request #9 from imod/JENKINS-16259

          [FIXED JENKINS-16259] use @DataBoundConstructor instead of newInstance()

          Compare: https://github.com/jenkinsci/xunit-plugin/compare/9e5bf7d1ea0f...af87bd577564

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Gregory Boissinot Path: pom.xml src/main/java/org/jenkinsci/plugins/xunit/XUnitPublisher.java http://jenkins-ci.org/commit/xunit-plugin/af87bd5775648e6006e4e06698810848b030ef3e Log: Merge pull request #9 from imod/ JENKINS-16259 [FIXED JENKINS-16259] use @DataBoundConstructor instead of newInstance() Compare: https://github.com/jenkinsci/xunit-plugin/compare/9e5bf7d1ea0f...af87bd577564

            gbois Gregory Boissinot
            geoffroyjabouley Geoffroy Jabouley
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: