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:

<table>
<tr>
<td valign="top">
${FILE, path="$WORKSPACE/../builds/$BUILD_NUMBER/log_ref.html"}
</td>
<td valign="top">
${FILE, path="$WORKSPACE/../builds/$BUILD_NUMBER/log_content.html"}
</td>
</tr>


I hope be useful.

Best regards,
Rachel



El martes, 18 de octubre de 2016, 7:22:39 (UTC+2), Bubunia Patra escribió:
>
> 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/Info etc in to a 
> table and send across via email? Can I access through groovy script?
>
>  Can anyone help me in this regard?
>
> Regards
> Pradeep
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cedbf440-ebdc-409e-b39e-9717a9b7f4fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to