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

No links available for several plugins on top level of pipeline view

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core, junit-plugin, pipeline
    • None
    • Jenkins 2.143
      latest plugin versions

      If only aborted, failed and/or pending builds exist in a pipeline, all releated links/trend-graphs of several plugins aren't shown in top level view. Links in build level view however exist (of course only if supported). For example trend-graph of junit-plugin and plots of plot plugin cannot be shown in this case. If only one successful build exists, links/trend-graphs are shown correctly.

      Because several plugins are affected I assume it is not a problem of themselves but of core/pipeline-plugin.

          [JENKINS-53090] No links available for several plugins on top level of pipeline view

          Plot plugin will publish results for failed builds as well, it just depends when you publish your results from pipeline. If pipeline execution fails before it reaches plot step, then of course you won't have any plots published.
          If that's the case, please consider publishing the plot or whatever results in finally block (scripted pipeline) or in post-always (declarative pipeline).

          Veaceslav Gaidarji added a comment - Plot plugin will publish results for failed builds as well, it just depends when you publish your results from pipeline. If pipeline execution fails before it reaches plot step, then of course you won't have any plots published. If that's the case, please consider publishing the plot or whatever results in finally block (scripted pipeline) or in post-always (declarative pipeline).

          Samuel Hildwein added a comment - - edited

          Of course I only evaluated builds which failed after plotting.

          The problem is the missing link.

          As soon as one successful build was finished, the link is available again showing plot data of all builds including the failed ones.

          But again: this behaviour is the same for other plugins too (tasks-plugin, warnings-plugin,junit-plugin), so I am sure this is not a plot plugin problem but a problem of core/pipeline plugin.

           

          Samuel Hildwein added a comment - - edited Of course I only evaluated builds which failed after plotting. The problem is the missing link. As soon as one successful build was finished, the link is available again showing plot data of all builds including the failed ones. But again: this behaviour is the same for other plugins too (tasks-plugin, warnings-plugin,junit-plugin), so I am sure this is not a plot plugin problem but a problem of core/pipeline plugin.  

            Unassigned Unassigned
            shildwein Samuel Hildwein
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: