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

      "If a build appears to be hanging for too long, Hudson turns the progress bar to
      red"

      My expectation would be that this wouldn't happen unless the job was actively
      building.

      Currently jobs sitting in the build queue will turn read and indicate that they
      might be stuck, which is not the case... they are just waiting for an open build
      executor to begin building.

          [JENKINS-2618] Mis-reporting hung build

          This is also by design — if a job is sitting in a queue for "too long" (which
          means twice the build time of the job), it's marked as stuck.

          I think this is too aggressive, so I changed it to 10x the build time in 1.263.

          The goal of this feature to let you know that you'll be better off if you add
          more slaves.

          Kohsuke Kawaguchi added a comment - This is also by design — if a job is sitting in a queue for "too long" (which means twice the build time of the job), it's marked as stuck. I think this is too aggressive, so I changed it to 10x the build time in 1.263. The goal of this feature to let you know that you'll be better off if you add more slaves.

          Code changed in hudson
          User: : kohsuke
          Path:
          trunk/hudson/main/core/src/main/java/hudson/model/Queue.java
          http://fisheye4.cenqua.com/changelog/hudson/?cs=13272
          Log:
          [FIXED] relaxed the delay factor based on the feedback in JENKINS-2618. In 1.263.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : kohsuke Path: trunk/hudson/main/core/src/main/java/hudson/model/Queue.java http://fisheye4.cenqua.com/changelog/hudson/?cs=13272 Log: [FIXED] relaxed the delay factor based on the feedback in JENKINS-2618 . In 1.263.

            Unassigned Unassigned
            brucepainter brucepainter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: