jenkins-job-builder/tests/wrappers/fixtures/job-log-logger001.xml
Jesse DeFer 2bb16b594d Add 'Job Log Logger' wrapper
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
2015-03-17 19:09:52 -07:00

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>