-
Bug
-
Resolution: Fixed
-
Critical
This has been introduced in https://github.com/jenkinsci/sloccount-plugin/commit/ea7c9603954017d3d55c8292bdde627ade777667
Similarly to other cases the solution could be to change BuildStepMonitor.BUILD to BuildStepMonitor.NONE
It seems there is a method to actually handle parallel builds in here: https://github.com/jenkinsci/sloccount-plugin/blob/29c846b00a3fa63e321d8047ace32b6eed69bc46/src/main/java/hudson/plugins/sloccount/SloccountProjectAction.java#L78
I don't think portlet code here would be affected at all: https://github.com/jenkinsci/sloccount-plugin/blob/29c846b00a3fa63e321d8047ace32b6eed69bc46/src/main/java/hudson/plugins/sloccount/dashboard/SloccountTablePortlet.java#L43
- relates to
-
JENKINS-19820 Claim plugin serializes concurrent builds
- Reopened
-
JENKINS-21246 email-ext serialises concurrent builds waiting for checkpoint
- Resolved
-
JENKINS-9913 Not obvious why some post-build tasks enforce serial behavior even when builds are concurrent
- Resolved