summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/raw001.xml
blob: fc7718b5f6bb4d8353e63e9c43e150b743058408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <hudson.plugins.build__publisher.BuildPublisher>
      <serverName>servername</serverName>
      <publishUnstableBuilds>true</publishUnstableBuilds>
      <publishFailedBuilds>false</publishFailedBuilds>
      <logRotator>
        <daysToKeep>-1</daysToKeep>
        <numToKeep>100</numToKeep>
        <artifactDaysToKeep>-1</artifactDaysToKeep>
        <artifactNumToKeep>100</artifactNumToKeep>
      </logRotator>
    </hudson.plugins.build__publisher.BuildPublisher>
  </publishers>
</project>