Make failed jobs more prominent on the pipeline details page
Summary
In complex pipelines, it can be challenging for users to quickly identify failed jobs on the pipeline details page. Improving the visibility of failed jobs will help users efficiently troubleshoot issues without needing to scan through all jobs.
In the competitor evaluation, we learned that competitors do a great job visually emphasizing the status of jobs, particularly failed and running ones, making them easy to locate at a glance.
Definition of Done
- Failed jobs are visually distinct from other job statuses on the pipeline details page.
- The section border turns red (
control.border.color.error
) when at least one failed job exists.
- The section border turns red (
- Users can quickly locate failed jobs in pipelines, even those with a large number of jobs.
Details
Design spec
Roles involved
-
Design -
Technical Writing -
Backend -
Frontend -
Test engineering
NOTE: When work is ready to be defined, please create appropriate sub-tasks.
Edited by Sunjung Park