![Max Rydahl Andersen](/assets/img/avatar_default.png)
'raw' allow users to have a fallback in case a plugin is not yet supported or the plugin is not generating the expected result. Only intended as a last fallback, but useful when waiting for review to complete. Change-Id: If0d22d7d43d35649e78aa7481e1c0f1ed21a6025
17 lines
566 B
XML
17 lines
566 B
XML
<?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>
|