Add new parameters to Build Blocker example / test.

Change-Id: I328b9b2cedcf7f459ff3cbd3940db950e38e4fc0
This commit is contained in:
Joao Vale 2015-09-14 17:51:47 +00:00
parent 59a8342f85
commit 1fa03d658d
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
^maintenance.*
</blockingJobs>
<blockLevel>GLOBAL</blockLevel>
<scanQueueFor>DISABLED</scanQueueFor>
<scanQueueFor>BUILDABLE</scanQueueFor>
</hudson.plugins.buildblocker.BuildBlockerProperty>
</properties>
</project>

View File

@ -4,3 +4,5 @@ properties:
blocking-jobs:
- ".*-deploy"
- "^maintenance.*"
block_level: 'GLOBAL'
queue-scanning: 'BUILDABLE'