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.
To be specific Jenkins not making a call to canProvision API ( 
http://javadoc.jenkins-ci.org/hudson/slaves/Cloud.html#canProvision(hudson.model.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.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/0e3e5a99-c97b-41a1-8606-819f44ea0b47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to