Notify "n Minutes before Job Starts"

2013-06-24 Thread VinodKumar
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

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-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

Naginator Plugin not working

2013-06-25 Thread VinodKumar
Hi All, I am using naginator plugin to retry build failures. But it seems it is not working I am geeting "WARNING: Untrapped Error in Servlet java.lang.NullPointerException" in jenkins logs. Anybody faced same problem? -- View this message in context: http://jenkins-ci.361315.n4.nabble.c

Re: Naginator Plugin not working

2013-06-26 Thread VinodKumar
Hi All, I found the reason for exception but that is in itself a problem. there is an option in this plugin: "Rerun build for unstable builds as well as failures " if this is unchecked it show null point exception. But if some user don't want to run in case of unstable than it shouldn't

Execute shell withoout -xe in jenkins job

2013-07-01 Thread VinodKumar
Hi All, I am using execute shell option in jenkins. My problem is jenkins is using "/bin/sh -xe" to run the scripts thi "-xe" is causing failure for some options which are running fine without it. is there any option where I can avoid -xe option in jenkins?/ Thanks & Regards Vinod -- View this

Re: Execute shell withoout -xe in jenkins job

2013-07-10 Thread VinodKumar
Thanks Sami!! that was helpfull -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Execute-shell-withoout-xe-in-jenkins-job-tp4671266p4672390.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to th

Re: Execute shell withoout -xe in jenkins job

2013-07-10 Thread VinodKumar
Thanks for your reply Richard, my problem was actually that it shows up ppk files used in ssh or scp commands, plus It was not a good view of console if it prints each line of script in cosole. Thanks & Regards -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Execute-she

Checkout Failure in Master Slave Configuration

2012-04-10 Thread VinodKumar
Hi All, I am configuring a master slave configuration on my machine. Master is a Linux Machine and slave is a Windows XP machine. I have given a MS BUILD job to this master but when I run the Job it is not checking out the project. I am using following node configurations-- http://jenkins.361315.n

Checkout Failure in Master Slave Configuration

2012-04-10 Thread VinodKumar
Hi All, I am configuring a master slave configuration on my machine. Master is a Linux Machine and slave is a Windows XP machine. I have given a MS BUILD job to this master but when I run the Job it is not checking out the project. I am using following node configurations-- http://jenkins.361315.n

Unable to send mails from Jenkins

2022-02-04 Thread Vinodkumar Chenna
Hello Everyone, I am getting below error while testing the mail notification in jenkins, Previously I was able to send mail but currently its failing with below error using smtp.office365.com port: 587 Can someone please share the solution? Failed to send out e-mail javax.mail.AuthenticationF

Re: Unable to send mails from Jenkins

2022-02-04 Thread Vinodkumar Chenna
gt; wrote: > Am Freitag, dem 04.02.2022 um 14:35 +0530 schrieb Vinodkumar Chenna: > > javax.mail.AuthenticationFailedException: 421 4.7.66 TLS 1.0 and 1.1 are not > supported. Please upgrade/update your client to support TLS 1.2. Visit > > https://aka.ms/smtp_auth_tls > <ht

Re: Unable to send mails from Jenkins

2022-02-04 Thread Vinodkumar Chenna
=true -Dmail.smtp.ssl.protocols=TLSv1.2" On Fri, Feb 4, 2022 at 5:23 PM Vinodkumar Chenna < vinodkumar.che...@gmail.com> wrote: > Hi @derrick.mccullough2...@gmail.com > > Can you share what is the difference between legacy and others. Legacy > means > > Can you exp