From e53a172b7bc461ffe27cf763d84cb47fc4bb1a12 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 11 Apr 2024 09:49:46 +0200
Subject: [PATCH] skip upstream trigger

---
 alfa-client/apps/alfa-e2e/Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alfa-client/apps/alfa-e2e/Jenkinsfile b/alfa-client/apps/alfa-e2e/Jenkinsfile
index bc2fcf834e..25c4ae8312 100644
--- a/alfa-client/apps/alfa-e2e/Jenkinsfile
+++ b/alfa-client/apps/alfa-e2e/Jenkinsfile
@@ -10,8 +10,8 @@ pipeline {
     }
 
     triggers {
-        upstream(upstreamProjects: getUpstreamProjects(), threshold: hudson.model.Result.SUCCESS)
-        cron('55 * * * *')
+        // upstream(upstreamProjects: getUpstreamProjects(), threshold: hudson.model.Result.SUCCESS)
+        cron('0 18-23,0-5 * * *')
     }
 
     environment {
-- 
GitLab