Re: Send mail from Jenkins with attach conditioned file

2017-09-06 Thread Richard Ginga
u might also want to look into the Conditional BuildStep plugin. It >>>> has a “File Exists” conditional. >>>> >>>> >>>> >>>> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] >>>> *On Behalf Of *Slide >>&g

Re: Send mail from Jenkins with attach conditioned file

2017-09-04 Thread Ana MB
B > *Sent: *04 September 2017 12:37 > *To: *Jenkins Users > *Subject: *Re: Send mail from Jenkins with attach conditioned file > > > > [image: > https://lh3.googleusercontent.com/-7FHNr3AkyDA/Wa06wg6EBXI/AKs/flfvYYgdpykESQbdbQ0hqh2AZqYQb8kwQCLcBGAs/s320/Sc

RE: Send mail from Jenkins with attach conditioned file

2017-09-04 Thread Daniel Butler
:37 To: Jenkins Users Subject: Re: Send mail from Jenkins with attach conditioned file I don't understand what could be happening... any ideas? Thanks so much! El lunes, 4 de septiembre de 2017, 12:13:47 (UTC+2), Ana MB escribió:  I've just noticed that if I put only in Command She

Re: Send mail from Jenkins with attach conditioned file

2017-09-04 Thread Ana MB
I don't understand what could be happening... any ideas? Thanks so much! El lunes, 4 de septiembre de 2017, 12:13:47 (UTC+2), Ana MB escribió: > > I've jus

Re: Send mail from Jenkins with attach conditioned file

2017-09-04 Thread Ana MB
I've just noticed that if I put only in Command Shell: * echo "HELLO"* Neither it happens nothing... why doesn't it run?? Thanks El lunes, 4 de septiembre de 2017, 10:36:49 (UTC+2), Ana MB escribió: > > Hi guys! > > I've tried with the following: > > >

Re: Send mail from Jenkins with attach conditioned file

2017-09-04 Thread Ana MB
Hi guys! I've tried with the following: But I get the following Console Output from Jenkins: [File exists] check if file exists [test_resultados_miniprueba.c

Re: Send mail from Jenkins with attach conditioned file

2017-09-04 Thread Ana MB
Hi! I've tried with: But I get the following Console Output from Jenkins: [File exists] check if file exists [test_resultados_miniprueba.csv ] Run cond

Re: Send mail from Jenkins with attach conditioned file

2017-09-04 Thread Ana MB
;> >>> You might also want to look into the Conditional BuildStep plugin. It >>> has a “File Exists” conditional. >>> >>> >>> >>> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] >>> *On Behalf Of *Sli

Re: Send mail from Jenkins with attach conditioned file

2017-09-01 Thread Richard Ginga
ups.com] *On >> Behalf Of *Slide >> *Sent:* Wednesday, August 30, 2017 8:53 AM >> *To:* Jenkins Users >> *Subject:* Re: Send mail from Jenkins with attach conditioned file >> >> >> >> Email-ext will do this. You just supply a pattern for the files yo

Re: Send mail from Jenkins with attach conditioned file

2017-09-01 Thread Ana MB
de 2017, 21:17:31 (UTC+2), Jackson, Randy > escribió: >> >> You might also want to look into the Conditional BuildStep plugin. It >> has a “File Exists” conditional. >> >> >> >> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] *On

Re: Send mail from Jenkins with attach conditioned file

2017-09-01 Thread Ana MB
ns...@googlegroups.com ] *On Behalf Of *Slide > *Sent:* Wednesday, August 30, 2017 8:53 AM > *To:* Jenkins Users > *Subject:* Re: Send mail from Jenkins with attach conditioned file > > > > Email-ext will do this. You just supply a pattern for the files you want > attached. I

Re: Send mail from Jenkins with attach conditioned file

2017-08-31 Thread Ana MB
ps.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Slide > *Sent:* Wednesday, August 30, 2017 8:53 AM > *To:* Jenkins Users > *Subject:* Re: Send mail from Jenkins with attach conditioned file > > > > Email-ext will do this. You just supply a pattern for the files

Re: Send mail from Jenkins with attach conditioned file

2017-08-31 Thread Ana MB
I tried to do it with Email-ext plugin but it returns an error because of the un-existed file. How would be the pattern? Thanks so much! El miércoles, 30 de agosto de 2017, 14:53:30 (UTC+2), slide escribió: > > Email-ext will do this. You just supply a pattern for the files you want > attach

RE: Send mail from Jenkins with attach conditioned file

2017-08-30 Thread Jackson, Randy
Jenkins with attach conditioned file Email-ext will do this. You just supply a pattern for the files you want attached. I think it will work fine if the files are not there. On Wed, Aug 30, 2017, 03:48 mailto:amar...@bufetedemarketing.com>> wrote: Hi guys! I want to send an email from Jenkin

Re: Send mail from Jenkins with attach conditioned file

2017-08-30 Thread Slide
Email-ext will do this. You just supply a pattern for the files you want attached. I think it will work fine if the files are not there. On Wed, Aug 30, 2017, 03:48 wrote: > Hi guys! > > I want to send an email from Jenkins only when a condition happens, I'll > tell you: I want to attach a file

Send mail from Jenkins with attach conditioned file

2017-08-30 Thread amartin
Hi guys! I want to send an email from Jenkins only when a condition happens, I'll tell you: I want to attach a file .csv only when this file has been generated in the test (there will be times that the test doesn't create that file because it will happen when the test finds errors in the info