We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c217dfb + 71262c7 commit 4e6eabfCopy full SHA for 4e6eabf
Jenkinsfile.deploy
@@ -3,11 +3,6 @@ properties([
3
disableConcurrentBuilds(),
4
disableResume(),
5
durabilityHint('PERFORMANCE_OPTIMIZED'),
6
- rateLimitBuilds(throttle: [
7
- count: 1,
8
- durationName: 'hour',
9
- userBoost: true,
10
- ]),
11
pipelineTriggers([
12
upstream('../meta'),
13
cron('H H/6 * * *'), // run every few hours whether we "need" it or not
0 commit comments