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

Trend Graphs are not shown in Job view for Workflow builds

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • analysis-core-plugin
    • None
    • Jenkins Version: 1.609.1
      analysis-core version: 1.74

      The Job-level trend graphs for the static analyses I run (checkstyle, warnings, and tasks) are not showing up. The reports are being generated and published correctly at the run level, but I don't have any trending. Is there a configuration option I may have missed?

          [JENKINS-31202] Trend Graphs are not shown in Job view for Workflow builds

          Gregory Symons created issue -

          Ulli Hafner added a comment -

          I don't know how this is done for workflows. Maybe this part has not been implemented yet.

          Ulli Hafner added a comment - I don't know how this is done for workflows. Maybe this part has not been implemented yet.

          Jens Wilke added a comment -

          +1

          To reproduce I used the minimal workflow:

          node {
            step([$class: 'AnalysisPublisher'])
          }
          

          Jens Wilke added a comment - +1 To reproduce I used the minimal workflow: node { step([$class: 'AnalysisPublisher' ]) }

          Jens Wilke added a comment -

          For the JUnit Publisher a trend report shows up. E.g.:

          step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/*.xml'])
          

          Jens Wilke added a comment - For the JUnit Publisher a trend report shows up. E.g.: step([$class: 'JUnitResultArchiver' , testResults: '**/target/surefire-reports/*.xml' ])

          drulli I can take care of this. Reassigning.

          Antonio Muñiz added a comment - drulli I can take care of this. Reassigning.
          Antonio Muñiz made changes -
          Assignee Original: Ulli Hafner [ drulli ] New: Antonio Muñiz [ amuniz ]

          Might this be connected with JENKINS-31926 ?

          Nickolay Rumyantsev added a comment - Might this be connected with JENKINS-31926 ?

          Might this be connected with JENKINS-31926 ?

          No, it's unrelated.

          Antonio Muñiz added a comment - Might this be connected with JENKINS-31926 ? No, it's unrelated.
          Ulli Hafner made changes -
          Link New: This issue is duplicated by JENKINS-33472 [ JENKINS-33472 ]

          I just noticed the same problem with the (master branch of) Android Lint plugin, which is also based upon analysis-core.

          Christopher Orr added a comment - I just noticed the same problem with the (master branch of) Android Lint plugin, which is also based upon analysis-core.

            drulli Ulli Hafner
            greg_symons Gregory Symons
            Votes:
            28 Vote for this issue
            Watchers:
            43 Start watching this issue

              Created:
              Updated:
              Resolved: