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

/descriptor/hudson.triggers.SCMTrigger/ incorrectly says "No polling activity is in progress."

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      1.326. On the DescriptorImpl, .clogged == true yet .runners == []. From a script
      console, .queue.entries.keySet() shows several runners. .inProgress contains
      QueueEntry's, not Runner's. I think the bug is in
      SequentialExecutionQueue.getInProgress.

      Workaround:

      for (runner in
      hudson.model.Descriptor.find('hudson.triggers.SCMTrigger$DescriptorImpl').queue.entries.keySet())
      {
      println(runner.target.displayName + " " + runner.duration)
      }

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: