As a user I want to be able to analyse the test results for the various testing phases that exist in the workflow pipeline.

          [JENKINS-30522] Test results analyser should support workflow

          Nigel Harniman created issue -

          Jesse Glick added a comment -

          Looks really easy using TransientActionFactory<Job>.

          Jesse Glick added a comment - Looks really easy using TransientActionFactory<Job> .

          Code changed in jenkins
          User: Nigel Harniman
          Path:
          COMPATIBILITY.md
          http://jenkins-ci.org/commit/workflow-plugin/18736c824d5fbfecf1c8122a6514b7f49c3f98c9
          Log:
          noting JENKINS-30522 and JENKINS-30528

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Nigel Harniman Path: COMPATIBILITY.md http://jenkins-ci.org/commit/workflow-plugin/18736c824d5fbfecf1c8122a6514b7f49c3f98c9 Log: noting JENKINS-30522 and JENKINS-30528

          Code changed in jenkins
          User: mihai.parv
          Path:
          src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerAction.java
          src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerExtension.java
          http://jenkins-ci.org/commit/test-results-analyzer-plugin/aeefa19110c3aaa1a1efabc1e0f683fd019cae28
          Log:
          [FIXED JENKINS-30522] Test results analyser should support workflow

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: mihai.parv Path: src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerAction.java src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerExtension.java http://jenkins-ci.org/commit/test-results-analyzer-plugin/aeefa19110c3aaa1a1efabc1e0f683fd019cae28 Log: [FIXED JENKINS-30522] Test results analyser should support workflow
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          Code changed in jenkins
          User: Varun Menon
          Path:
          src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerAction.java
          src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerExtension.java
          http://jenkins-ci.org/commit/test-results-analyzer-plugin/40c6fe31e667e3352b881363617ff8c69ba04f90
          Log:
          Merge pull request #31 from mihaiparv/master

          [FIXED JENKINS-30522] Test results analyser should support workflow

          Compare: https://github.com/jenkinsci/test-results-analyzer-plugin/compare/50ee9c49ce4e...40c6fe31e667

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Varun Menon Path: src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerAction.java src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerExtension.java http://jenkins-ci.org/commit/test-results-analyzer-plugin/40c6fe31e667e3352b881363617ff8c69ba04f90 Log: Merge pull request #31 from mihaiparv/master [FIXED JENKINS-30522] Test results analyser should support workflow Compare: https://github.com/jenkinsci/test-results-analyzer-plugin/compare/50ee9c49ce4e...40c6fe31e667
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 165633 ] New: JNJira + In-Review [ 197774 ]

          Corey Mead added a comment -

          How do you use the test results plugin in the pipeline? Maybe I'm misunderstanding the issue because it doesn't seem fixed. I do not see it in the snippet generator and using the step command does not work for either the action or extension class. I must be missing something. Any help?

          Corey Mead added a comment - How do you use the test results plugin in the pipeline? Maybe I'm misunderstanding the issue because it doesn't seem fixed. I do not see it in the snippet generator and using the step command does not work for either the action or extension class. I must be missing something. Any help?

          Corey Mead added a comment -

          I tried adding the following to my Jenkins Pipeline - "step $class:'org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerExtension'".

          Maybe I'm missing something, but I'm getting the error below. I'm not sure I understand how the last commit did anything to integrate the Test Results plugin with the Pipeline plugin.

          org.kohsuke.stapler.NoStaplerConstructorException: There's no @DataBoundConstructor on any constructor of class org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerExtension
          at org.kohsuke.stapler.ClassDescriptor.loadConstructorParamNames(ClassDescriptor.java:247)

          Corey Mead added a comment - I tried adding the following to my Jenkins Pipeline - "step $class:'org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerExtension'". Maybe I'm missing something, but I'm getting the error below. I'm not sure I understand how the last commit did anything to integrate the Test Results plugin with the Pipeline plugin. org.kohsuke.stapler.NoStaplerConstructorException: There's no @DataBoundConstructor on any constructor of class org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerExtension at org.kohsuke.stapler.ClassDescriptor.loadConstructorParamNames(ClassDescriptor.java:247)
          Corey Mead made changes -
          Resolution Original: Fixed [ 1 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]

            menonvarun Varun Menon
            nharniman Nigel Harniman
            Votes:
            3 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: