jenkins-job-builder/tests/publishers/fixtures/naginator001.xml

17 lines
564 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<com.chikli.hudson.plugin.naginator.NaginatorPublisher>
<regexpForRerun>foo</regexpForRerun>
<checkRegexp>true</checkRegexp>
<rerunIfUnstable>true</rerunIfUnstable>
<rerunMatrixPart>true</rerunMatrixPart>
<delay class="com.chikli.hudson.plugin.naginator.ProgressiveDelay">
<increment>5</increment>
<max>15</max>
</delay>
<maxSchedule>6</maxSchedule>
</com.chikli.hudson.plugin.naginator.NaginatorPublisher>
</publishers>
</project>