Skip to content

Commit

Permalink
chore(ci): adjust daily trigger to UTC time
Browse files Browse the repository at this point in the history
Related to CAM-13467
  • Loading branch information
yanavasileva committed May 12, 2021
1 parent f7f0add commit 6ca26d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/daily/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
disableConcurrentBuilds() // TODO https://jira.camunda.com/browse/CAM-13403
}
triggers {
pollSCM('H H(0-7) * * *')
pollSCM('H H(0-3) * * *') // CE daily runs after EE daily and Sidetrack daily
}
stages {
stage('Prepare') {
Expand Down
2 changes: 1 addition & 1 deletion .ci/sidetrack/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {
disableConcurrentBuilds() // TODO https://jira.camunda.com/browse/CAM-13403
}
triggers {
pollSCM('H H(0-7) * * *')
pollSCM('H H(22-23) * * *') // Sidetrack daily runs before CE daily
}
stages {
stage('Prepare') {
Expand Down

0 comments on commit 6ca26d6

Please sign in to comment.