Jenkins setup: Version 2.414.2
Hi, I am currently writing a bot for jenkins and I am experiencing abnormal API behavior. On the 7th, everything was fine and I could parse the queue. But now I can’t do that, I’ve lost the “name” position
{
“_class” : “hudson.model.Queue$BuildableItem”,
“actions” : [], "blocked" : False, "buildable" : True, "id" : 8, "inQueueSince" : 1713376095721, "params" : "", "stuck" : False, "task" : { "_class" : "org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution$PlaceholderTask" }, "url" : "queue/item/8/", "why" : "Waiting for next available executor", "buildableStartMilliseconds" : 1713376095722, "pending" : False }
Who can tell you how to fix this and remove job names from the queue?