Re: Build failure analyzer pattern issue

2013-01-30 Thread jhoomsharabi
ll, Robert Sent: Wed, Jan 30, 2013 11:50 am Subject: RE: Build failure analyzer pattern issue Can you find the text in the log if you do a text search? Is the log longer than what can fit initially when you show the console? I.e. do you need to press the “full log” link to show the whole log? We

Re: Build failure analyzer pattern issue

2013-01-30 Thread jhoomsharabi
ert Sent: Wed, Jan 30, 2013 11:50 am Subject: RE: Build failure analyzer pattern issue Can you find the text in the log if you do a text search? Is the log longer than what can fit initially when you show the console? I.e. do you need to press the “full log” link to show the whole log? We do hav

Re: Build failure analyzer pattern issue

2013-01-29 Thread jhoomsharabi
andell, Robert To: 'jhoomshar...@netscape.net' ; jenkinsci-users ; Westling, Tomas Sent: Thu, Jan 24, 2013 9:46 pm Subject: RE: Build failure analyzer pattern issue Your regexp is set to find the text “Failures:” followed by at least one digit, which it does (Failures: 0) You would

Re: Build failure analyzer pattern issue

2013-01-29 Thread jhoomsharabi
andell, Robert To: 'jhoomshar...@netscape.net' ; jenkinsci-users ; Westling, Tomas Sent: Thu, Jan 24, 2013 9:46 pm Subject: RE: Build failure analyzer pattern issue Your regexp is set to find the text “Failures:” followed by at least one digit, which it does (Failures: 0) You would

RE: Build failure analyzer pattern issue

2013-01-24 Thread Sandell, Robert
Configuration Sony Mobile Communications From: jhoomshar...@netscape.net [mailto:jhoomshar...@netscape.net] Sent: den 24 januari 2013 15:21 To: jenkinsci-users@googlegroups.com; Westling, Tomas Cc: Sandell, Robert Subject: Re: Build failure analyzer pattern issue Looks like there is some issue with

Re: Build failure analyzer pattern issue

2013-01-24 Thread jhoomsharabi
; jhoomsharabi Sent: Wed, Jan 9, 2013 12:03 pm Subject: Re: Build failure analyzer pattern issue Hello Jhoom, the build failure analyzer uses Matcher.matches() to see if a regular expression matches its target. The reason for this is performance, we used find() earlier but we saw very long scan times

Re: Build failure analyzer pattern issue

2013-01-24 Thread jhoomsharabi
Sent: Wed, Jan 9, 2013 12:03 pm Subject: Re: Build failure analyzer pattern issue Hello Jhoom, the build failure analyzer uses Matcher.matches() to see if a regular expression matches its target. The reason for this is performance, we used find() earlier but we saw very long scan times. This

Re: Build failure analyzer pattern issue

2013-01-10 Thread jhoomsharabi
Thanks Westling it's working now. -Original Message- From: Tomas Westling To: jenkinsci-dev Cc: jenkinsci-users ; robert.sandell ; tomas.westling ; jhoomsharabi Sent: Wed, Jan 9, 2013 12:03 pm Subject: Re: Build failure analyzer pattern issue Hello Jhoom, the build fa

RE: Build failure analyzer pattern issue

2013-01-09 Thread Sandell, Robert
: den 8 januari 2013 17:49 To: jenkinsci-users@googlegroups.com; jenkinsci-...@googlegroups.com Cc: Sandell, Robert; Westling, Tomas Subject: Re: Build failure analyzer pattern issue Hi, I am trying to implement “build failure analyzer” plugin to my Jenkins projects but it’s not working for me

Re: Build failure analyzer pattern issue

2013-01-08 Thread jhoomsharabi
Hi, I am trying to implement “build failure analyzer” plugin to my Jenkins projects but it’s not working for me, say I am getting build issue like this: Reason: Cannot find parent: net.java:jvnet-parent for project: com.sun.jersey:jersey-project:pom:1.9.1 for project com.sun.jersey:jersey-pr

Build failure analyzer pattern issue

2013-01-08 Thread jhoomsharabi
Hi, I am trying to implement “build failure analyzer” plugin to my Jenkins projects but it’s not working for me, say I am getting build issue like this: Reason: Cannot find parent: net.java:jvnet-parent for project: com.sun.jersey:jersey-project:pom:1.9.1 for project com.sun.jersey:jersey-pro