From 4edb0c249385ba754db2efa277ca0d1a65c42177 Mon Sep 17 00:00:00 2001 From: Sebastian Lutz <Sebastian.quast@open-xchange.com> Date: Wed, 31 Aug 2022 11:24:10 +0200 Subject: [PATCH] refactor: Removed nightly trigger for branches that are not main --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 45108935abb4..48452414e08f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { disableConcurrentBuilds() } triggers { - cron('main' == env.BRANCH_NAME ? 'H H(20-23) * * 1-5' : '@midnight') + cron('main' == env.BRANCH_NAME ? 'H H(20-23) * * 1-5' : '') } environment { OX_DOMAIN = 'k3s.mw.cloud.oxoe.io' -- GitLab