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

Naginator plugin wait for previous build to complete

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • naginator-plugin
    • None

      The plugins waits previous build to complete without having the need to manipulate data from these. We do use the option to build same project in parallel, and this caused serialization of builds.
      This is happening because of the method getRequiredMonitorService returns BuildStepMonitor.BUILD (https://github.com/jenkinsci/naginator-plugin/blob/master/src/main/java/com/chikli/hudson/plugin/naginator/NaginatorPublisher.java#L87). Could it be changed to return BuildStepMonitor.NONE?

            ndeloof Nicolas De Loof
            williambernardet William Bernardet
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: