Re: Issue with using ${BUILD_LOG_EXCERPT}

2015-04-17 Thread rqui
Nevermind. It's fixed. :-). I just made sure the regex was correct and there were no typos. Thanks. -- 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 jenkinsci-u

Re: Issue with using ${BUILD_LOG_EXCERPT}

2015-04-17 Thread rqui
Sorry. 1. The token doesn't get expanded in the actual email; it just displays the code as I have it in the job. 2. Sorry that's a typo on my part, its spelled correctly in my job. Do you really think its a "version" issue with the plugin and Jenkins? -- You received this message because you

Re: Issue with using ${BUILD_LOG_EXCERPT}

2015-04-17 Thread Christopher Orr
On 17/04/15 18:54, rquitania wrote: Jenkins ver: 1.580.1-SNAPSHOT Email-ext plugin ver: 2.38.2 I am trying to use the ${BUILD_LOG_EXCERPT} token in the email-ext but it does not seem to work for me. Here is my code: ${BUILD_LOG_EXCEPRT, start="^.*?Log:.*?$", end="^.*?Error code:.*?$"} What am

Issue with using ${BUILD_LOG_EXCERPT}

2015-04-17 Thread rquitania
Jenkins ver: 1.580.1-SNAPSHOT Email-ext plugin ver: 2.38.2 I am trying to use the ${BUILD_LOG_EXCERPT} token in the email-ext but it does not seem to work for me. Here is my code: ${BUILD_LOG_EXCEPRT, start="^.*?Log:.*?$", end="^.*?Error code:.*?$"} What am I doing wrong? -- You received th