Re: Log Parser Plugin Parser Rules Questions

2016-10-20 Thread Rachel Moreno
Hi Bubunia, I think *Log Parser Plugin* only checks build console output, but not post build actions. Best regards, Rachel El miércoles, 19 de octubre de 2016, 18:03:58 (UTC+2), Bubunia Patra escribió: > > Thanks a lot Rachel thats really helped. I could see a interesting problem > when there

Re: Log Parser Plugin Parser Rules Questions

2016-10-19 Thread Bubunia Patra
Thanks a lot Rachel thats really helped. I could see a interesting problem when there are JUNIT failures and so the build failed. But the "Parsed Console Output" captured only this ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?

Re: Log Parser Plugin Parser Rules Questions

2016-10-18 Thread Rachel
Hi Bubunia, Parsing rules file could have this content: info /Finished all tests.*/ error /Test case .* failed/ And you could send *Parsed Console Output* with *Editable Email Notification*: - Content Type: HTML - Default Content: ${FILE, path="$WORKSPACE/../builds/$BUILD_NUMBER/log_

Log Parser Plugin Parser Rules Questions

2016-10-17 Thread Bubunia Patra
Hi , I want to use Log Parser Plugin with the following regular expression to be matched in the Jenkins console log. Test case [id] failed Test case [id] failed Test case [id] failed Finished all tests. Executed [id], pass [id], fail [id] One more thing is I want to get the contents of Error