From 548ff437c1a8e558b6795c88c12245c891bff101 Mon Sep 17 00:00:00 2001 From: Philipp Haefelfinger Date: Sun, 7 Mar 2021 20:46:02 +0100 Subject: [PATCH] reconfigured to rebuild all branches once a wekk --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c840556..65e7ad3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ -// Multi-branch pipeline. Build once on wednesday from a "master" branch only -CRON_SETTINGS = BRANCH_NAME == "master" ? '''H H * * 3''' +// Rebuild the container of all branches every wednesday +CRON_SETTINGS = '''H H * * 3''' pipeline { environment {