Will Soula ba711838d0 Add support for the Naginator Plugin
This plugin allows you to automatically reschedule a build after
a build failure.  This is useful in several use cases, including:
* The build is dependent upon external resources, that were
temporarily unavailable.
* Users want continuous emails sent out until the build is fixed,
in order to prompt people into action

Change-Id: Ia292ad98d28b4d708b2419227d8b3c59ec49b254
2015-07-02 17:01:24 -05:00

15 lines
466 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<com.chikli.hudson.plugin.naginator.NaginatorPublisher>
<regexpForRerun/>
<checkRegexp>false</checkRegexp>
<rerunIfUnstable>false</rerunIfUnstable>
<delay class="com.chikli.hudson.plugin.naginator.FixedDelay">
<delay>30</delay>
</delay>
<maxSchedule>6</maxSchedule>
</com.chikli.hudson.plugin.naginator.NaginatorPublisher>
</publishers>
</project>