LogDistiller Jenkins LogType

LogDistiller Jenkins log type reads Jenkins CI server log files.

Using Jenkins LogType

Jenkins log type extension is published in Central repository:

<groupId>net.sf.logdistiller.logtypes</groupId>
<artifactId>jenkins</artifactId>

Once added to your classpath, it is available in LogDistiller rule file:

<logtype id="jenkins">
  <attributes>
    <provided>logSource,timestamp,timestamp.date,timestamp.time,logger,action,level,message,throwable,throwable.firstline,throwable.class</provided>
  </attributes>
</logtype>

Parameters available to this log type are published in its javadoc.