Queued items are not showing up

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

XMLWordPrintable

      I ran this job on blueocean.io

      It didn't show up as queued

      Calling the REST API there is nothing in the runs

      charon:~ jdumay$ curl -s https://ci.blueocean.io/blue/rest/organizations/jenkins/pipelines/freestyle/runs/ | json_pp
      []
      

      But there seems to be items in the queue

      charon:~ jdumay$ curl -s https://ci.blueocean.io/blue/rest/organizations/jenkins/pipelines/freestyle/queue/ | json_pp
      [
         {
            "pipeline" : "freestyle",
            "id" : "545",
            "_class" : "io.jenkins.blueocean.service.embedded.rest.QueueItemImpl",
            "queuedTime" : "2016-06-24T04:53:33.867+0000",
            "_links" : {
               "self" : {
                  "href" : "/blue/rest/organizations/jenkins/pipelines/freestyle/queue/545/",
                  "_class" : "io.jenkins.blueocean.rest.hal.Link"
               }
            },
            "expectedBuildNumber" : 1
         }
      ]
      

        1. blue.png
          265 kB
          James Dumay
        2. classic.png
          166 kB
          James Dumay

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

              Created:
              Updated:
              Resolved:
              Archived: