
Since version 2.5.3 the branch-api plugin allows users to specify Minute and Second as the time period for rate limiting. Task: 42803 Signed-off-by: Bracken Dawson <abdawson@gmail.com> Change-Id: Id3558d818e2927ecc3d775870ad1929f0fda2e6f
11 lines
336 B
XML
11 lines
336 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<jenkins.branch.RateLimitBranchProperty_-JobPropertyImpl plugin="branch-api">
|
|
<durationName>Minute</durationName>
|
|
<count>3</count>
|
|
<userBoost>false</userBoost>
|
|
</jenkins.branch.RateLimitBranchProperty_-JobPropertyImpl>
|
|
</properties>
|
|
</project>
|