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

Queued items are not showing up

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • blueocean-plugin
    • None
    • 1.0-m10

      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
          blue.png
          265 kB
        2. classic.png
          classic.png
          166 kB

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

              Created:
              Updated:
              Resolved: