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 created issue -

          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.
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          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.
          Andrew Bayer made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 134682 ] New: JNJira + In-Review [ 202999 ]

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

              Created:
              Updated:
              Resolved: