On 24.06.2013 09:44, VinodKumar wrote:
I am looking for a plugin or way to notify people n minutes before the job
actually starts.
There was a plugin I saw a long time ago but I don't remember the name.
It used to send notification at scheduled time then start actual job "n
Minutes" after the scheduled time.

Can anyone help me for this.


OTH, you can use a second job for this.
The job first sends a message, then waits "n Minutes", then starts the actual Job as Downstream Project.

Downside is the the start-job uses up an executor while waiting.
Upside is that it's easy to cancel the Job - just abort the waiting starter-job.

cheers,
Martin

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to