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

Summary Report plug-in commpatibilit with pipeline

      Summary Report plug-in should implement jenkins.tasks.SimpleBuildStep to be usable from Pipeline Jobs

          [JENKINS-33044] Summary Report plug-in commpatibilit with pipeline

          Lars Povlsen added a comment -

          Seems there is a PR on this: https://github.com/jenkinsci/summary_report-plugin/pull/7https://github.com/jenkinsci/summary_report-plugin/pull/7

          Apparently this has been stranded since Feb. Anything needed to move this forward?

          Lars Povlsen added a comment - Seems there is a PR on this: https://github.com/jenkinsci/summary_report-plugin/pull/7https://github.com/jenkinsci/summary_report-plugin/pull/7 Apparently this has been stranded since Feb. Anything needed to move this forward?

          think think added a comment -

          would be awesome to use this feature.
          ACIPluginPublisher currently already implements SimpleBuildStep but it does not work for me. Neither for Pipeline Builds nor for Multi Branch Pipelines. Any suggestions?

          think think added a comment - would be awesome to use this feature. ACIPluginPublisher currently already implements SimpleBuildStep but it does not work for me. Neither for Pipeline Builds nor for Multi Branch Pipelines. Any suggestions?

          think, could you, please, be more specific in your statements? What are the versions of the plug-in and jenkins? What is a job configuration? What error message did you get?

          Egor Shchegolkov added a comment - think , could you, please, be more specific in your statements? What are the versions of the plug-in and jenkins? What is a job configuration? What error message did you get?

          think think added a comment -

          Sorry, here are more details:

          Versions:

          Jenkins ver. 2.18
          summary_report	1.15
          

          Usage like:

            sh "echo '<section name=\"Performance Summary\" fontcolor=\"#ffffff\"></section>' > report.xml"
            archive 'report.xml'
            step([$class: 'ACIPluginPublisher', name: 'report.xml', shownOnProjectPage: true])
          

          When I do this I do not get any error messages. The builds succeeds. Just after that I do not see the report on the Project Page. No matter if I use the pipeline plugin or the multi branch pipeline.
          Jenkins Log also contains no Exceptions or something strange.

          think think added a comment - Sorry, here are more details: Versions: Jenkins ver. 2.18 summary_report 1.15 Usage like: sh "echo '<section name=\" Performance Summary\ " fontcolor=\" #ffffff\ "></section>' > report.xml" archive 'report.xml' step([$class: 'ACIPluginPublisher' , name: 'report.xml' , shownOnProjectPage: true ]) When I do this I do not get any error messages. The builds succeeds. Just after that I do not see the report on the Project Page. No matter if I use the pipeline plugin or the multi branch pipeline. Jenkins Log also contains no Exceptions or something strange.

          If you see the report on a build page, everything works as expected. "Show on project page" switch is just broken (or not yet implemented) and it will not work disregarding you use the plug-in from a pipeline or from a free configuration job.
          Perhaps, it is JENKINS-18309

          Egor Shchegolkov added a comment - If you see the report on a build page, everything works as expected. "Show on project page" switch is just broken (or not yet implemented) and it will not work disregarding you use the plug-in from a pipeline or from a free configuration job. Perhaps, it is JENKINS-18309

          think think added a comment -

          thanks. you are right.
          on the build page everything is fine, just on the project page it's failing.

          think think added a comment - thanks. you are right. on the build page everything is fine, just on the project page it's failing.

          Jean-Luc Pé added a comment -

          Hello !
          Is there any plan to upate this plugin ?
          Currently, within a pipeline plugin, it only display the protecodesc.xml content on the build page. Additionnally, the link to BDBA is broken because < and > characters are replaced with corresponding html entities.

          Jean-Luc Pé added a comment - Hello ! Is there any plan to upate this plugin ? Currently, within a pipeline plugin, it only display the protecodesc.xml content on the build page. Additionnally, the link to BDBA is broken because < and > characters are replaced with corresponding html entities.

            Unassigned Unassigned
            losiki Egor Shchegolkov
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: