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

When using "Execute concurrent builds if necessary" the ball doesn't blink if the latest build is ended

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None

      Hi community,

      When a job is configured to be able to launch several builds in parallel (Execute concurrent builds if necessary) if the latest build ends the ball in the job views stops to blink.

      To easily reproduce it create a freestyle job with the option "Execute concurrent builds if necessary" activated and a shell step like this :

      sleep $(( ( BUILD_ID % 10 )  * 5 ))
      

      Launch exactly 10 builds. The number #10 will finish before others. If you go in your Jenkins home you'll see that the ball fixed instead of blinking because of others runs

      cc danielbeck svanoort who may find this fun :-P

            Unassigned Unassigned
            aheritier Arnaud Héritier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: