-
Bug
-
Resolution: Fixed
-
Major
Multiple concurrent builds of the same job may run if the "execute concurrent builds if necessary" checkbox is marked for a job.
When there is a failed job that is claimed, the view shows the job as broken and claimed both if there is no running or a single running build of that type. If there are more than 1 running builds of that job, the view shows the job as broken and unclaimed (red).
[JENKINS-12661] Claimed builds shown as unclaimed when multiple concurrent builds running for job
Assignee | New: David Resnick [ david_resnick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Component/s | New: radiatorview [ 15720 ] | |
Component/s | Original: radiatorviewplugin [ 16046 ] |
Workflow | Original: JNJira [ 143116 ] | New: JNJira + In-Review [ 190393 ] |
Code changed in jenkins
User: David Pàˆrsson
Path:
src/main/java/hudson/model/JobViewEntry.java
http://jenkins-ci.org/commit/radiatorview-plugin/6c8ab010ae7cd39396c878e8416d40adc5a35775
Log:
Support for concurrent builds in claim integration
[FIXED JENKINS-12661]