From 18cfc82c5cf945026710ead99a5c76384ee8aab7 Mon Sep 17 00:00:00 2001 From: helenanull Date: Sat, 3 Apr 2021 18:38:10 +0300 Subject: [PATCH] run tests once a day at 8 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 08deaa2..d9d35f9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any triggers { - cron('H */5 * * *') + cron('H 8 * * *') } stages {