From eb22a5481fc583223509df74d196faaa6ce3b848 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 23 Oct 2024 16:21:48 +0200 Subject: [PATCH] OZG-6368: fix: reactivate trigger --- 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 9e2e4a20b7..d6a27c025e 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