From 9705616a03a1a3f26956a20fa60650d4bd83a654 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 23 Oct 2024 14:37:16 +0200
Subject: [PATCH] OZG-6368: comment out triggers

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

diff --git a/alfa-client/Jenkinsfile.e2e b/alfa-client/Jenkinsfile.e2e
index 306c445fb5..7c24ea9bd3 100644
--- a/alfa-client/Jenkinsfile.e2e
+++ b/alfa-client/Jenkinsfile.e2e
@@ -10,10 +10,10 @@ pipeline {
         }
     }
 
-    triggers {
-        // upstream(upstreamProjects: getUpstreamProjects(), threshold: hudson.model.Result.SUCCESS)
-        //cron('0 18-23,0-5 * * *')
-    }
+//    triggers {
+//        // upstream(upstreamProjects: getUpstreamProjects(), threshold: hudson.model.Result.SUCCESS)
+//        cron('0 18-23,0-5 * * *')
+//    }
 
     environment {
         BLUE_OCEAN_URL = "https://jenkins.infra.ozg-cloud.systems/job/E2E%20Tests/job/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/"
-- 
GitLab