-
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).
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]