HI guys! Firstly, I'm very new with Jenkins and maybe this is a dumn question, sorry if it is...
I use Conditional Steps Plugin in Jenkins to send mail when a file exists. I've tried with the following: And too, with the following commands: 1. sendmail [email protected] < **/file.csv 2. mpack -s "Test Mail from Jenkins" **/file.csv [email protected]<mailto:[email protected]> 3. sendmail -f [email protected] -t [email protected] -m -a **/file.csv 4. mailx -s 'Test Mail from Jenkins' -a **/file.csv [email protected]<mailto:[email protected]> But I get the following Console Output from Jenkins: [File exists] check if file exists [file.csv] Run condition [File exists] preventing perform for step [BuilderChain] Finished: SUCCESS And I don't get any email. Why? Thanks so much!!! Ana Isabel Martín Borlaff Tecnología. [Bufete de Marketing] Valenzuela, 8 Madrid 28014 +34 91 309 38 78 (ext. 217) www.bufetedemarketing.com<http://www.bufetedemarketing.com/> Madrid · México D.F. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/HE1PR0101MB2122F7D34F61AAAC88BB9310B9910%40HE1PR0101MB2122.eurprd01.prod.exchangelabs.com. For more options, visit https://groups.google.com/d/optout.
