-
Improvement
-
Resolution: Unresolved
-
Minor
-
-
iapetus
In Scope
- Any step with cause of blockage should show the indeterminate status indicator (same as below but on blue background just like the header)
Notes
- See PR-728 for information about the API and discussion about the design.
- If you are unsure about the design please chat to brody
Example Pipeline
This Pipeline will make a "causeOfBlocking" step show on the UI
pipeline { agent none stages { stage ('first') { agent { label 'first' } steps{ sh 'echo "from first"' } } } }
- is blocked by
-
JENKINS-41579 API for Pipeline level for causeOfBlockage
-
- Resolved
-
- relates to
-
JENKINS-44636 Queued status for pipelines not reported correctly
-
- Resolved
-
Right now we have three different symbols and the only "correct" one I can identify is displayed in the pipeline graph, correct? Further is is correct, that all symbols should be the same?