Skip to content
Snippets Groups Projects
Commit eb22a548 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6368: fix: reactivate trigger

parent 792e5c02
Branches
Tags
No related merge requests found
......@@ -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}/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment