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.


Reply via email to