Re: Warnings plugin - use line number of input

2014-02-06 Thread James Howe
ETA for a release that will include the change? -- 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-users+unsubscr...@googlegroups.com. For more options,

Re: Warnings plugin - use line number of input

2014-01-30 Thread James Howe
https://issues.jenkins-ci.org/browse/JENKINS-21569 On 30 January 2014 14:48, Ulli Hafner wrote: > I see, the parsing is delegated to an extra class that does not have this > method. Can you please add a new feature request in Jira? This is quite easy > to implement… > > Ulli > > Am 30.01.2014 u

Re: Warnings plugin - use line number of input

2014-01-30 Thread Ulli Hafner
I see, the parsing is delegated to an extra class that does not have this method. Can you please add a new feature request in Jira? This is quite easy to implement… Ulli Am 30.01.2014 um 14:52 schrieb James Howe : > An exception occurred during evaluation of the Groovy script: No > signature o

Re: Warnings plugin - use line number of input

2014-01-30 Thread James Howe
An exception occurred during evaluation of the Groovy script: No signature of method: Script1.getCurrentLine() is applicable for argument types: () values: [] On 30 January 2014 12:28, Ulli Hafner wrote: > You can use method getCurrentLine() in your parser when creating the new > warning. > > Ull

Re: Warnings plugin - use line number of input

2014-01-30 Thread Ulli Hafner
You can use method getCurrentLine() in your parser when creating the new warning. Ulli Am 30.01.2014 um 12:45 schrieb James Howe : > If you construct a Warning() with an empty filename, then this is treated as > being from the console log (or whichever log file it was parsing). > How can I als

Warnings plugin - use line number of input

2014-01-30 Thread James Howe
If you construct a Warning() with an empty filename, then this is treated as being from the console log (or whichever log file it was parsing). How can I also set the line number of the warning to the line of the input that the regex matched? -- You received this message because you are subscri