Hi All,
I am seeing that some times Jenkins jobs are stuck in queue for no reason. Per my observations Jenkins is not triggering new slave request for the label.
I tried below scripts to reset queue but not seeing any difference.
hudson.model.Hudson.getInstance().getQueue().scheduleMaintenance()
jenkins.model.Jenkins.getInstance().getQueue().scheduleMaintenance()
This is observed for both Amazon EC2 plugin and Azure slave plugin with Jenkins version 1.630
Note that if i change the label in template then Jenkins is triggering new slave creation request. Even Jenkins restart is not helping.
To me it looks like some sort of deadlock condition on the label , what could be the possible reasons and is there any work around?
Thanks,
Suresh Nallamilli.