Re: How to configure ant pattern in jenkins for email attachments?

2015-01-13 Thread Rakesh Manoharan
${WORKSPACE} that might get the file there. On Mon Jan 12 2015 at 10:45:29 PM Rakesh Manoharan rake...@gmail.com javascript: wrote: Correct I am trying to send error.txt, But which is the workspace location, many people said its /var/lib/jenkins/jobs, so am putting there, is it a different one

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Rakesh Manoharan
Manoharan rake...@gmail.com javascript: wrote: Thanks, but that also didn't work :( On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote: Please remove the quotes from the pattern and see if that works. On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rake...@gmail.com wrote: Sorry

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Rakesh Manoharan
Started by user Rakesh Manoharan http://172.31.254.200:18080/user/rmanoharan [EnvInject] - Loading node environment variables. Building in workspace /var/lib/jenkins/workspace/ErrorLogNotifications Checking for pre-build Executing pre-build step Checking if email needs to be generated No emails

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Rakesh Manoharan
to be in the workspace of the job that is running. On Mon, Jan 12, 2015, 08:03 Rakesh Manoharan rake...@gmail.com javascript: wrote: Started by user Rakesh Manoharan http://172.31.254.200:18080/user/rmanoharan [EnvInject] - Loading node environment variables. Building in workspace /var/lib/jenkins

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-11 Thread Rakesh Manoharan
Thanks, but that also didn't work :( On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote: Please remove the quotes from the pattern and see if that works. On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rake...@gmail.com javascript: wrote: Sorry about that, please find the attached

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-08 Thread Rakesh Manoharan
PM Rakesh Manoharan rake...@gmail.com wrote: I am trying to give the following ant pattern for attachments in editable email notification plugin. I believe my base directory could be /var/lib/jenkins/workspace/ fileset dir=error/* casesensitive=yes include name=**/*.log.gz/ /fileset

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-08 Thread Rakesh Manoharan
Thanks, but that also didnt work, any other suggestions On Wednesday, 7 January 2015 18:30:18 UTC+5:30, slide wrote: You just need to put the pattern into the textbox, nothing else. **/*.log.gz should be all you need On Tue Jan 06 2015 at 9:24:29 PM Rakesh Manoharan rake...@gmail.com

How to configure ant pattern in jenkins for email attachments?

2015-01-06 Thread Rakesh Manoharan
I am trying to give the following ant pattern for attachments in editable email notification plugin. I believe my base directory could be /var/lib/jenkins/workspace/ fileset dir=error/* casesensitive=yes include name=**/*.log.gz/ /fileset I have error.log.gz file in directory