-
Story
-
Resolution: Done
-
Normal
-
None
Description
As a user, I want see the build status when checking Shipwright BuildRuns in a Build > Build Runs tab, or in the search results.
Acceptance Criteria
- Resource list pages or search results of a Shipwright BuildRun should contain the a status column. (Name, Status, Created)
- The resources should have a status filter simiilar to BuildConfigs and PipelineRuns:
- New (not defined in the API documentation, did we need this anyway?)
- Pending
- Running
- Complete (BuildConfig) / Succeeded (PipelineRun)
- Failed (BuildConfig has also Error)
- Cancelled (also not defined in the API documentatiom, but can we detect this anyway?)