Skip to content

Show pipeline created time in pipeline header

Payton Burdette requested to merge 416136-show-triggered-time-ago into master

What does this MR do and why?

With the new pipeline header we were only showing pipeline finished time. We got some feedback that the "triggered" time (createdAt) was useful for long running pipelines. This MR adds back the created at time ago for the pipeline as well as keeps the finished time of the pipeline.

I have also added the strings created and finished to differentiate these two times since they could get easily confused.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2023-06-26_at_11.16.27_AM Screenshot_2023-06-26_at_11.16.48_AM

Finished example

Screenshot_2023-06-26_at_11.14.27_AM

How to set up and validate locally

  1. Visit project with pipeline
  2. Run a pipeline, you should see created at time
  3. Visit finished pipeline, you should see finished time

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #416136 (closed)

Edited by Payton Burdette

Merge request reports