Steps API to get all steps

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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"
      }
      

            Assignee:
            Vivek Pandey
            Reporter:
            James Dumay
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: