Add new parameters to Build Blocker example / test.
Change-Id: I328b9b2cedcf7f459ff3cbd3940db950e38e4fc0
This commit is contained in:
parent
59a8342f85
commit
1fa03d658d
@ -7,7 +7,7 @@
|
||||
^maintenance.*
|
||||
</blockingJobs>
|
||||
<blockLevel>GLOBAL</blockLevel>
|
||||
<scanQueueFor>DISABLED</scanQueueFor>
|
||||
<scanQueueFor>BUILDABLE</scanQueueFor>
|
||||
</hudson.plugins.buildblocker.BuildBlockerProperty>
|
||||
</properties>
|
||||
</project>
|
||||
|
@ -4,3 +4,5 @@ properties:
|
||||
blocking-jobs:
|
||||
- ".*-deploy"
|
||||
- "^maintenance.*"
|
||||
block_level: 'GLOBAL'
|
||||
queue-scanning: 'BUILDABLE'
|
||||
|
Loading…
Reference in New Issue
Block a user