-
Story
-
Resolution: Fixed
-
Critical
-
-
pacific, atlantic, indian, arctic, tasman, frank
In Scope
- Add new "waitingForInput" status to API for runs, dag and steps
- Status should be called "waitingForInput"
- A pipeline's run and any stages or parallels can have the status "waiting for input" so long as it contains one or more input steps waiting for input.
Context
We are showing any runs "waiting for input" with their own status indicator. Don't worry if the UI hasn't mapped it.
- blocks
-
JENKINS-38494 User can see the input form on an input step (UI)
-
- Resolved
-
- relates to
-
JENKINS-35795 API(s) for acknowledging request for user input in a pipeline
-
- Resolved
-
There is some api design thinking required - this could be part of the graph of things returned for the stage graph (I imagine this is how the stage view works), but we also want to be able to show on the main dashboard (which is new).
So this may be 2 parts: one is in the stage graph data, the other would be part of the overall job status so that it can show up as favourites (just thinking aloud...)
jamesdumay so is the data returned indicating the fields required out of scope of this? or in scope? not clear