153fa6e2b1
This plugin allows the specification of critical blocks for builders. Once a set of builders is "wrapped" by a critical block start/critical block end pair, any resources (string) specified in the exclusion build wrapper will cause any jobs with those same resources to block and allow only one of those builds to proceed at a time. Change-Id: I0bf4ab003709917aa7fe6ad57b31200f466658da
7 lines
165 B
XML
7 lines
165 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<builders>
|
|
<org.jvnet.hudson.plugins.exclusion.CriticalBlockEnd plugin="Exclusion"/>
|
|
</builders>
|
|
</project>
|