From ddeca9c87617327106652ebdf80f93d16b471c57 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 31 May 2024 15:24:20 -0700 Subject: [PATCH] As a temporary balm to our deploy woes, increase the frequency to 2hr --- Jenkinsfile.deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy index 7e9845e..0271259 100644 --- a/Jenkinsfile.deploy +++ b/Jenkinsfile.deploy @@ -4,7 +4,7 @@ properties([ disableResume(), durabilityHint('PERFORMANCE_OPTIMIZED'), rateLimitBuilds([ - count: 1, + count: 2, durationName: 'hour', userBoost: true, ]),