Issue Type: Bug Bug
Affects Versions: current
Assignee: vjuranek
Components: ws-cleanup
Created: 14/Jun/13 5:58 AM
Description:

The current implementation of the WsCleanup publisher is using BuildStepMonitor.STEP as value for the getRequiredMonitorService method. This forces Jenkins to wait previous build to complete this step before running it in latest build. As this plugin does not seem to rely on any Action from previous builds adviced value is BuildStepMonitor.NONE (http://javadoc.jenkins-ci.org/hudson/tasks/BuildStep.html#getRequiredMonitorService()).

This bug is pretty annoying as it serializes a large set of our builds, which should complete independently.

Project: Jenkins
Priority: Critical Critical
Reporter: William Bernardet
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to