diff --git a/alfa-client/Jenkinsfile.e2e b/alfa-client/Jenkinsfile.e2e index 9e2e4a20b7343b675bfb66717cbe34bbba4e35e3..d6a27c025e4455a12856d77f5810f7d6e83d7930 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}/"