Jenkins.instance.queue.items.each {
  println "queue item " + it.id
  it.properties.each { p -> println p }
  println "#############################################"
  
}

gives

Result

queue item 1053
pending=false
searchName=null
causeOfBlockage=Waiting for next available executor on dev-precheckin
searchIndex=hudson.search.FixedSet@75a939b7
stuck=false
inQueueSince=1406839798417
buildable=true
url=""
search=hudson.search.Search@390c59ba
api=hudson.model.Api@59d6df98
blocked=false
class=class hudson.model.Queue$BuildableItem
searchUrl=null
actions=[hudson.model.CauseAction@b2b5830, hudson.model.CauseAction@4aaabd0a, hudson.model.ParametersAction@f6101d2]
params=
bundleUrl=[redacted]
RUNTEST_ARGS=[redacted]
USEEXISTING=0
runtest.cfg=
allActions=[hudson.model.CauseAction@b2b5830, hudson.model.CauseAction@4aaabd0a, hudson.model.ParametersAction@f6101d2]
inQueueForString=5 min 41 sec
causes=[hudson.model.Cause$UserIdCause@6b05930]
future=hudson.model.queue.FutureImpl@4f3075d4
why=Waiting for next available executor on dev-precheckin
assignedLabel=dev-precheckin
displayName=null
#############################################
queue item 1052
pending=false
searchName=null
searchIndex=hudson.search.FixedSet@1ee7ba0f
inQueueSince=1406839386074
buildable=true
url=""
search=hudson.search.Search@7f683ea2
api=hudson.model.Api@14e83f07
blocked=false
class=class hudson.model.Queue$BuildableItem
searchUrl=null
actions=[hudson.model.ParametersAction@259ebb6f, hudson.model.CauseAction@582387b4]
allActions=[hudson.model.ParametersAction@259ebb6f, hudson.model.CauseAction@582387b4]
inQueueForString=12 min
causes=[hudson.model.Cause$UserIdCause@4c6b144b]
future=hudson.model.queue.FutureImpl@2075b176
displayName=null
#############################################
Result: [Lhudson.model.Queue$Item;@1b81ef4a

the item 1052 is causing problems for everything else.
after removing 1052 it works.
some users are able to make it fail 100% of the time.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to