-
Bug
-
Resolution: Won't Do
-
Major
Browse to <jenkinsServer>/computer/<nodeName>/builds to see build history. For pipeline this page seems disabled. This is understandable because a single pipeline might span multiple nodes so showing a simple pass/fail list of pipeline jobs for a node might not make sense. However this has made it hard to tell at a glance when a certain node is failing more often than other nodes.
I would like to see the build history page for nodes display the pipeline job name and build number and then maybe the stage name and step number or something that is definitely unique to that node. That way we could quickly browse history at the node level to determine if a particular node has problems.
- is duplicated by
-
JENKINS-42938 Agent build history does not show pipeline steps
-
- Resolved
-
- relates to
-
JENKINS-59409 Please support logging stages that are tasked to a node
-
- Open
-
-
JENKINS-59412 Clarify that build history does not include pipeline stages
-
- Closed
-
Is it possible to trigger a clone freestyle job after the pipeline job completes and pass or fail it based on the pipeline job results? The result wouldn't have accurate info for time or etc but it would quickly show pass / fail results per node and the console output of the freestyle job would link to the pipeline output. I know how to trigger the freestyle clone but I'm not sure if its possible to make it pass or fail based on the pipeline job results.
Update, it is possible to do this with the Node and Label parameter plugin. Needing the duplicate Freestyle job is a bit of a bummer though