From afcab4a4b6d0ae163a712e67869dde30789a3464 Mon Sep 17 00:00:00 2001 From: Adrien Lecharpentier Date: Thu, 31 Oct 2024 17:26:24 +0100 Subject: [PATCH] Trigger a new build for the release (#3888) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index acf5a78d7..1f5f1f279 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ properties([ disableConcurrentBuilds(abortPrevious: true), buildDiscarder(logRotator(numToKeepStr: '7')), - pipelineTriggers([cron('25 14 * * 4')]) + pipelineTriggers([cron('30 16 * * 4')]) ]) if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {