Merge "Add new parameters to Build Blocker example / test."

This commit is contained in:
Jenkins 2015-09-29 18:38:24 +00:00 committed by Gerrit Code Review
commit 3daf621c1f
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'