r23731 | mindless | 2009-11-14 15:27:31 -0700 (Sat, 14 Nov 2009) | 3 lines
Changed paths:
M /branches/rc/core/src/main/java/hudson/model/CauseAction.java
M /branches/rc/core/src/main/resources/hudson/model/CauseAction/summary.jelly
A
/branches/rc/core/src/main/resources/hudson/model/CauseAction/summary.properties
M /branches/rc/test/src/test/java/hudson/model/QueueTest.java
M /trunk/hudson/main/core/src/main/java/hudson/model/CauseAction.java
M
/trunk/hudson/main/core/src/main/resources/hudson/model/CauseAction/summary.jelly
A
/trunk/hudson/main/core/src/main/resources/hudson/model/CauseAction/summary.properties
M /trunk/hudson/main/test/src/test/java/hudson/model/QueueTest.java
M /trunk/www/changelog.html
JENKINS-4831 Record duplicate causes again, but now update display on the build
page
to say (# times) for duplicates instead of listing them many times.
------------------------------------------------------------------------
r23732 | mindless | 2009-11-14 18:17:01 -0700 (Sat, 14 Nov 2009) | 2 lines
Changed paths:
M
/branches/rc/core/src/main/resources/hudson/model/Cause/UpstreamCause/description.jelly
M
/branches/rc/core/src/main/resources/hudson/model/Cause/UserCause/description.jelly
M /branches/rc/core/src/main/resources/hudson/model/Cause/description.jelly
M
/trunk/hudson/main/core/src/main/resources/hudson/model/Cause/UpstreamCause/description.jelly
M
/trunk/hudson/main/core/src/main/resources/hudson/model/Cause/UserCause/description.jelly
M /trunk/hudson/main/core/src/main/resources/hudson/model/Cause/description.jelly
JENKINS-4831 don't wrap "(# times)" only separate line on build page
It means the SCM polling code added this project to the queue that many times
before it actually started. Each time a build is requested to start, it creates a
new Cause. SCM polling could suspend itself if the build is already queued.