52f5e99ff8
Change-Id: I9e2e291c0a99e3fe01dacd0744752fe398b1938a Signed-off-by: Tan Heng Yeow <E0032242@u.nus.edu>
12 lines
375 B
XML
12 lines
375 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<hudson.plugins.buildblocker.BuildBlockerProperty>
|
|
<useBuildBlocker>true</useBuildBlocker>
|
|
<blockingJobs>.*-deploy</blockingJobs>
|
|
<blockLevel>GLOBAL</blockLevel>
|
|
<scanQueueFor>DISABLED</scanQueueFor>
|
|
</hudson.plugins.buildblocker.BuildBlockerProperty>
|
|
</properties>
|
|
</project>
|