From 55938235cbb4f0fd896570af177193e799c2a9d2 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 12:09:31 +0100 Subject: Jenkins: trigger builds at 0600 hours to not concur with other ISO build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0aad5fcb..93de8cd1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,7 +97,7 @@ pipeline { timestamps() } triggers { - cron('H 2 * * *') + cron('H 6 * * *') } agent { dockerfile { -- cgit v1.2.3