Skip to content

Change misleading pipeline status tooltip

What does this MR do?

Related to #55999 (closed)

Some pipeline status icon tooltips were showing "Commit: {status}" which customers found to be misleading since it was not the commit that was failing but the pipeline.

We are changing all status icon tooltips to say "Pipeline: {status}" instead of "Commit: {status}" now.

After

Currently all of the following situations show "Commit: {status}" instead. These are now fixed.

Screen_Shot_2019-08-15_at_11.27.22_AM

Screen_Shot_2019-08-15_at_11.27.05_AM

Screen_Shot_2019-08-15_at_11.26.45_AM

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Edited by Mayra Cabrera

Merge request reports