![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
14 lines
552 B
YAML
14 lines
552 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> |