screwdriver icon indicating copy to clipboard operation
screwdriver copied to clipboard

The status UNKNOWN in the UI is sometimes inappropriate

Open itleigns opened this issue 3 years ago • 2 comments

What happened: If we create an event whose startFrom is ~commit in a pipeline which does not have a job with ~commit in requires, the status in the UI becomes UNKNOWN.

detach

What you expected to happen: We want the status to show that there is no job to start. The status is not good to be UNKNOWN when it is working properly. How to reproduce it:

itleigns avatar Nov 19 '21 09:11 itleigns

Perhaps we can simply say, "No Builds"

jithine avatar Dec 03 '21 02:12 jithine

Just need to change some defaults in the UI and minor template logic: https://github.com/screwdriver-cd/ui/blob/master/app/event/model.js#L29

tkyi avatar Oct 12 '22 22:10 tkyi