Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-11 Thread Anand Raja.K
Not a problem, Thanks for the information, I have Opened Bug in JIRA https://issues.jenkins-ci.org/browse/JENKINS-21760 On Tue, Feb 11, 2014 at 7:19 PM, Slide wrote: > I had to reimage my laptop, so I still haven't gotten back to the point > where I can work on this. I'll let you know. For now,

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-11 Thread Slide
I had to reimage my laptop, so I still haven't gotten back to the point where I can work on this. I'll let you know. For now, can you open a JIRA item (https://issues.jenkins-ci.org) so its easier to track? On Tue, Feb 11, 2014 at 1:57 AM, Anand Raja.K wrote: > No Problem Slide, Do you have any

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-11 Thread Anand Raja.K
No Problem Slide, Do you have any updates on this? On Mon, Feb 10, 2014 at 7:15 PM, Slide wrote: > Sorry, that was a reply to the wrong mailing list. Was doing things too > early in he morning or too late at night. > > > On Sun, Feb 9, 2014 at 9:42 PM, Anand Raja.K wrote: > >> >> Hi Slide, >> >

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-10 Thread Slide
Sorry, that was a reply to the wrong mailing list. Was doing things too early in he morning or too late at night. On Sun, Feb 9, 2014 at 9:42 PM, Anand Raja.K wrote: > > Hi Slide, > > Thanks for the information, Im not sure where to change the code. Can you > please guide to do so. > I have sea

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-09 Thread Anand Raja.K
Hi Slide, Thanks for the information, Im not sure where to change the code. Can you please guide to do so. I have searched for "sqlite3_open" word in email-ext git folder, but unable to find it. On Wednesday, 22 January 2014 16:11:05 UTC+5:30, Anand Raja.K wrote: > > Hi, > > I have tried vario

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-07 Thread Slide
All the connect call does is this: int rc = Sqlite3.sqlite3_open(database, out this.db); if(rc != Sqlite3.SQLITE_OK) throw GetSqliteError(this.db, null); Which makes me thing that sqlite3_open is returning an error code. What happens if you do the same in CPython? On Wed, Feb 5, 2014 at 9:

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-05 Thread Anand Raja.K
Thanks for the information Slide. Im planing to try it out. Please build debug version of email-ext. let me know once its available. On Wednesday, 22 January 2014 16:11:05 UTC+5:30, Anand Raja.K wrote: > > Hi, > > I have tried various thing to attach pdf as attachment in email-ext but > unable

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-05 Thread Slide
I'm not sure why this is not working for you. I can build a debug version of email-ext with additional logging if you are willing to try it out. On Tue, Feb 4, 2014 at 11:22 PM, Anand Raja.K wrote: > > Hi, > > Thanks, > > I have tried all scenario but the PDF does not show up. Im not sure im I >

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-04 Thread Daniel Beck
When you go to the workspace browser in Jenkins, there's an empty text field just above the file list. Enter the pattern you used for email attachment there and click the arrow next to it. Does the PDF file now show up in the file list? If not, the pattern doesn't match the file in the workspac

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-03 Thread Anand Raja.K
Please find the attached log and config.xml file for your reference. On Wednesday, 22 January 2014 16:11:05 UTC+5:30, Anand Raja.K wrote: > > Hi, > > I have tried various thing to attach pdf as attachment in email-ext but > unable to do so.. > > > Tried the below scenarios > > in Attachments s

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-03 Thread Slide
Can you provide more information like the config.xml for the job or something like that? It's hard to debug without further information. Also, please try turning on debug mode in the global config and post the build log. On Mon, Feb 3, 2014 at 7:19 AM, Anand Raja.K wrote: > Any one have updates

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-03 Thread Anand Raja.K
Any one have updates on this?? On Wednesday, 22 January 2014 16:11:05 UTC+5:30, Anand Raja.K wrote: > > Hi, > > I have tried various thing to attach pdf as attachment in email-ext but > unable to do so.. > > > Tried the below scenarios > > in Attachments section > ${FILE, path="/ .pdf"} > > N

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-01-24 Thread Anand Raja.K
Hi Slide, I have tried but pdf is not attaching. I have checked pdf gets generated in workspace location only. Regards Anand Raja K On Wednesday, 22 January 2014 16:11:05 UTC+5:30, Anand Raja.K wrote: > > Hi, > > I have tried various thing to attach pdf as attachment in email-ext but > unable

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-01-22 Thread Slide
In the attachments section, just put "*.pdf" (without the quotes). Please note, it will only work if the file is in the workspace. On Wed, Jan 22, 2014 at 3:41 AM, Anand Raja.K wrote: > Hi, > > I have tried various thing to attach pdf as attachment in email-ext but > unable to do so.. > > > Trie

How to attach pdf as an attachemnt in email-ext plugin

2014-01-22 Thread Anand Raja.K
Hi, I have tried various thing to attach pdf as attachment in email-ext but unable to do so.. Tried the below scenarios in Attachments section ${FILE, path="/ .pdf"} Nothing happens. Tried the same in Default Content section. Special characters are displayed in the body of the mail. Pl