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

OZG-6368: comment out triggers

parent 3011ea76
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,10 @@ pipeline { ...@@ -10,10 +10,10 @@ pipeline {
} }
} }
triggers { // triggers {
// upstream(upstreamProjects: getUpstreamProjects(), threshold: hudson.model.Result.SUCCESS) // // upstream(upstreamProjects: getUpstreamProjects(), threshold: hudson.model.Result.SUCCESS)
// cron('0 18-23,0-5 * * *') // cron('0 18-23,0-5 * * *')
} // }
environment { environment {
BLUE_OCEAN_URL = "https://jenkins.infra.ozg-cloud.systems/job/E2E%20Tests/job/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/" 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