Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Mar 16, 2023
1 parent 3ea8a3c commit 1c5a1aa
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -70,6 +70,7 @@ public PipelineNodeImpl(FlowNodeWrapper node, Reachable parent, WorkflowRun run)
this.durationInMillis = node.getTiming().getTotalDurationMillis();
this.self = parent.getLink().rel(node.getId());
this.parent = parent;
// TODO move to use of https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/596
RestartDeclarativePipelineAction restartDeclarativePipelineAction =
getRun().getAction( RestartDeclarativePipelineAction.class );
if (restartDeclarativePipelineAction != null) {
Expand Down

0 comments on commit 1c5a1aa

Please sign in to comment.