-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
-
1.0-m10
I ran this job on blueocean.io
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 } ]
- blocks
-
JENKINS-36209 Queued items should show on the activity tab
- Closed