Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-18345

Current implementation forces the wait of previous build to complete

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • ws-cleanup-plugin
    • None

      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.

            vjuranek vjuranek
            williambernardet William Bernardet
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: