jenkins-job-builder/tests/publishers/fixtures/build-publisher001.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

10 lines
310 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.build__publisher.BuildPublisher>
<publishUnstableBuilds>true</publishUnstableBuilds>
<publishFailedBuilds>true</publishFailedBuilds>
</hudson.plugins.build__publisher.BuildPublisher>
</publishers>
</project>