Re: [EXTERNAL] - Re: Notify "n Minutes before Job Starts"

2017-05-25 Thread Chandanlal Chouhan
I have added a bash script to do this and it's working smoothly. On Wednesday, 24 May 2017 14:58:58 UTC+1, Dirk Heinrichs wrote: > > Am 24.05.2017 um 12:23 schrieb Chandanlal Chouhan: > > I am actually looking for similar kind of solution in which I need to send > email using email-extn plugin be

Re: [EXTERNAL] - Re: Notify "n Minutes before Job Starts"

2017-05-24 Thread Slide
email-ext supports pre-build emails using the pre-build trigger. On Wed, May 24, 2017 at 6:58 AM Dirk Heinrichs wrote: > Am 24.05.2017 um 12:23 schrieb Chandanlal Chouhan: > > I am actually looking for similar kind of solution in which I need to send > email using email-extn plugin before build

Re: [EXTERNAL] - Re: Notify "n Minutes before Job Starts"

2017-05-24 Thread Dirk Heinrichs
Am 24.05.2017 um 12:23 schrieb Chandanlal Chouhan: > I am actually looking for similar kind of solution in which I need to > send email using email-extn plugin before build and then sleep for 2 > minute and then MSBuild starts and deployed to server. I have tried > using quite feature of Jenkins b

Re: Notify "n Minutes before Job Starts"

2017-05-24 Thread Chandanlal Chouhan
I am actually looking for similar kind of solution in which I need to send email using email-extn plugin before build and then sleep for 2 minute and then MSBuild starts and deployed to server. I have tried using quite feature of Jenkins but does not serve my purpose. I am new to Jenkins. Can a

Re: Notify "n Minutes before Job Starts"

2013-06-25 Thread VinodKumar
Thanks ganncamp ! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Notify-n-Minutes-before-Job-Starts-tp4670454p4670760.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "J

Re: Notify "n Minutes before Job Starts"

2013-06-25 Thread VinodKumar
Thanks Martin!! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Notify-n-Minutes-before-Job-Starts-tp4670454p4670761.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Jenk

Re: Notify "n Minutes before Job Starts"

2013-06-24 Thread Ann Campbell
The way I handle this is to put an n-minute sleep at the start of the job. Use the Extended email plugin to send a before-build notification & voila' On Monday, June 24, 2013 3:44:10 AM UTC-4, Vinod Kumar wrote: > > I am looking for a plugin or way to notify people n minutes before the job > a

Re: Notify "n Minutes before Job Starts"

2013-06-24 Thread Martin Ba
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 sch