Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-35771

Steps API to get all steps

XMLWordPrintable

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

            vivek Vivek Pandey
            jamesdumay James Dumay
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: