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

jenkins_url/buildId/wfapi can't get subpipeline status correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • pipeline
    • Pipelin:API v2.40
      Jenkins v2.235

      a top pipeline named A

      many subpipeline named M1,M2...

      Step:

      1.start build A,buildId is 1,call two subpipeline M1 and M2

      2.M1 is finished ,M2 is pending

      3.use url "A/1/wfapi" to get pipeline stages info

      expect:

          i can see M1 status is SUCCESS,M2 status is IN_PROGRESS

      real:

        M1 status is SUCCESS,M2 status is SUCCESS

       

      so why the wfapi can't get real status ,or is any way to get the real status?

        1. pipeline.png
          pipeline.png
          140 kB
        2. wfapi.png
          wfapi.png
          68 kB

            Unassigned Unassigned
            talins talins talins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: