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

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

    • 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)
      }

          [JENKINS-4609] /descriptor/hudson.triggers.SCMTrigger/ incorrectly says "No polling activity is in progress."

          Jesse Glick added a comment -

          Taking.

          Jesse Glick added a comment - Taking.

          Code changed in hudson
          User: : jglick
          Path:
          trunk/hudson/main/core/src/main/java/hudson/util/SequentialExecutionQueue.java
          http://fisheye4.cenqua.com/changelog/hudson/?cs=22459
          Log:
          [FIXED JENKINS-4609] Overview of polling activity was never showing anything, due to confusion between two kinds of Runnable.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : jglick Path: trunk/hudson/main/core/src/main/java/hudson/util/SequentialExecutionQueue.java http://fisheye4.cenqua.com/changelog/hudson/?cs=22459 Log: [FIXED JENKINS-4609] Overview of polling activity was never showing anything, due to confusion between two kinds of Runnable.

          Code changed in hudson
          User: : jglick
          Path:
          trunk/www/changelog.html
          http://fisheye4.cenqua.com/changelog/hudson/?cs=22460
          Log:
          JENKINS-4609 Noting.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : jglick Path: trunk/www/changelog.html http://fisheye4.cenqua.com/changelog/hudson/?cs=22460 Log: JENKINS-4609 Noting.

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

              Created:
              Updated:
              Resolved: