2bb16b594d
The Job Log Logger plugin writes the Jenkins job log to the underlying Jenkins log system in addition to the normal build log. Change-Id: I17b73ade974edf3d7a2d1e08c4e4c584dbe32c51
9 lines
275 B
XML
9 lines
275 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<buildWrappers>
|
|
<org.jenkins.ci.plugins.jobloglogger.JobLogLoggerBuildWrapper>
|
|
<suppressEmpty>false</suppressEmpty>
|
|
</org.jenkins.ci.plugins.jobloglogger.JobLogLoggerBuildWrapper>
|
|
</buildWrappers>
|
|
</project>
|