jenkins-job-builder/tests/publishers/fixtures/build-publisher002.xml
Max Rydahl Andersen 5460ee97dd Remove nonexistent servername and cleanup build publisher
Trying out build-publisher I found server name was not required nor ever needed in the output.

I've removed the legacy code and added proper formatted documentation and renamed and fixed the fixture test.

Change-Id: I66a0e7ae0a694564177aa9cddbc95b2cbcd31891
2015-03-15 01:43:33 +01:00

16 lines
522 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.build__publisher.BuildPublisher>
<publishUnstableBuilds>true</publishUnstableBuilds>
<publishFailedBuilds>true</publishFailedBuilds>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>100</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</logRotator>
</hudson.plugins.build__publisher.BuildPublisher>
</publishers>
</project>