There was talk about the BuildStepMonitor setting in email-ext a while back, but I made the decision not to change the current functionality. If you want to come up with a pull request and tests, feel free to do so.
On Tue, Mar 5, 2013 at 1:27 PM, cchen <[email protected]> wrote: > Hey folks, > > For one of ours jobs, users would specify the branch to build or even the > build target to be executed. As a result, each build of job is independent > from other builds and we don't need to detect status change from one build > to another. My question is - Is there a way to send results Emails > without waiting for previous builds in progress to finish? > > The default mailer (MailSender.java) seems to wait for previous runs to > finish (CHECKPOINT.block() is called). Email-ext plugin calls > BuildStepMonitor.BUILD which seems to wait for previous build steps to > finish. My initial inclination was to make BuildStepMonitor of email-ext > to be configurable per job, but not sure if that will work. > > Thanks! > > Chris > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" 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. > > > -- Website: http://earl-of-code.com -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
