diff --git a/app/scripts/modules/core/src/pipeline/status/ExecutionStatus.tsx b/app/scripts/modules/core/src/pipeline/status/ExecutionStatus.tsx index 82d259e1bb7..31c35762ae6 100644 --- a/app/scripts/modules/core/src/pipeline/status/ExecutionStatus.tsx +++ b/app/scripts/modules/core/src/pipeline/status/ExecutionStatus.tsx @@ -37,12 +37,12 @@ export class ExecutionStatus extends React.Component{buildDisplayName(trigger.buildInfo)}} {TriggerExecutionStatus && }
  • - {timestamp(execution.startTime)}}> + {timestamp(execution.startTime || execution.buildTime)}} + > {this.state.timestamp}