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

2015-01-13 Thread Rakesh Manoharan
Thank you so much, that worked!! On Tuesday, 13 January 2015 17:39:53 UTC+5:30, slide wrote: It depends on how your job is setup, but the workspace is specific to a single job normally, so it wouldn't be directly under the jobs directory. If you change your build step to mv error.txt

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

2015-01-13 Thread Slide
It depends on how your job is setup, but the workspace is specific to a single job normally, so it wouldn't be directly under the jobs directory. If you change your build step to mv error.txt ${WORKSPACE} that might get the file there. On Mon Jan 12 2015 at 10:45:29 PM Rakesh Manoharan

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

2015-01-12 Thread Slide
OK, please enable debug mode in the global configuration for email-ext, it should add some info about attachments. On Sun, Jan 11, 2015, 23:01 Rakesh Manoharan rakesh...@gmail.com wrote: Thanks, but that also didn't work :( On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote: Please

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

2015-01-12 Thread Rakesh Manoharan
It would be great, if you can tell me how can I enable debug in that plugin? On Monday, 12 January 2015 19:55:29 UTC+5:30, slide wrote: OK, please enable debug mode in the global configuration for email-ext, it should add some info about attachments. On Sun, Jan 11, 2015, 23:01 Rakesh

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

2015-01-12 Thread Slide
In the global configuration there is a check box to enable debug mode On Mon, Jan 12, 2015, 07:54 Rakesh Manoharan rakesh...@gmail.com wrote: It would be great, if you can tell me how can I enable debug in that plugin? On Monday, 12 January 2015 19:55:29 UTC+5:30, slide wrote: OK, please

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 Slide
Is error.txt what you are trying to attach? If so, it needs to be in the workspace of the job that is running. On Mon, Jan 12, 2015, 08:03 Rakesh Manoharan rakesh...@gmail.com wrote: Started by user Rakesh Manoharan http://172.31.254.200:18080/user/rmanoharan [EnvInject] - Loading node

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

2015-01-12 Thread Rakesh Manoharan
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? On Monday, 12 January 2015 20:36:56 UTC+5:30, slide wrote: Is error.txt what you are trying to attach? If so, it needs to be in

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-09 Thread Slide
Please remove the quotes from the pattern and see if that works. On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rakesh...@gmail.com wrote: Sorry about that, please find the attached config file. On Thursday, 8 January 2015 21:22:23 UTC+5:30, slide wrote: Perhaps you could supply your

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

2015-01-08 Thread Rakesh Manoharan
Sorry about that, please find the attached config file. On Thursday, 8 January 2015 21:22:23 UTC+5:30, slide wrote: Perhaps you could supply your config.xml for the job, or screenshots or something. We're kind of flying blindly at this point. On Thu Jan 08 2015 at 6:25:56 AM Rakesh

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

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

2015-01-08 Thread Slide
Perhaps you could supply your config.xml for the job, or screenshots or something. We're kind of flying blindly at this point. On Thu Jan 08 2015 at 6:25:56 AM Rakesh Manoharan rakesh...@gmail.com wrote: Thanks, but that also didnt work, any other suggestions On Wednesday, 7 January 2015

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

2015-01-07 Thread Slide
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 rakesh...@gmail.com wrote: I am trying to give the following ant pattern for attachments in editable email notification plugin. I believe my

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