-
Story
-
Resolution: Fixed
-
Major
-
-
1.0-japan-m9
At present there is API to get steps in context of nodes, .../nodes/
{id}/steps. API treats stage and parallels as nodes, so if there are no stages and parallel nodes, however only steps, then there is no way to get such steps.
To serve such use case we need API to get list of steps (one defined at the top level and also all the other ones inside stages or parallels).
node{ sh "echo hello" sh "echo hello world" }
- blocks
-
JENKINS-35915 Pipeline results viewer should show step listing for pipelines that do not have stages
- Closed
- is blocking
-
JENKINS-36020 Unable to show pipelines that don't have any stages
- Closed