-
Bug
-
Resolution: Unresolved
-
Minor
-
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.
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).