c2781e670f
Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
15 lines
553 B
YAML
15 lines
553 B
YAML
publishers:
|
|
- raw:
|
|
xml: |
|
|
<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>
|