5460ee97dd
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
16 lines
522 B
XML
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>
|