Skip to content

Commit 4e6eabf

Browse files
authored
Merge pull request #112 from infosiftr/deploy-no-rate-limit
Remove `rateLimitBuilds` from deploy jobs
2 parents c217dfb + 71262c7 commit 4e6eabf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Jenkinsfile.deploy

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ properties([
33
disableConcurrentBuilds(),
44
disableResume(),
55
durabilityHint('PERFORMANCE_OPTIMIZED'),
6-
rateLimitBuilds(throttle: [
7-
count: 1,
8-
durationName: 'hour',
9-
userBoost: true,
10-
]),
116
pipelineTriggers([
127
upstream('../meta'),
138
cron('H H/6 * * *'), // run every few hours whether we "need" it or not

0 commit comments

Comments
 (0)