Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-31370

Jenkins jobs tied to a specific label stuck in queue and Jenkins not making request for new slave creation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • core
    • None
    • Jenkins version 1.630

      I am seeing that some times Jenkins jobs tied to a specific label 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?

            Unassigned Unassigned
            snallami suresh nallamilli
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: