We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a767a17 commit ea979d3Copy full SHA for ea979d3
Jenkinsfile
@@ -1,7 +1,7 @@
1
// Do not trigger build regularly on change requests as it costs a lot
2
String cronTrigger = ''
3
if(env.BRANCH_NAME == "master") {
4
- cronTrigger = '0 7 * * 5' // 9:00am Friday morning in Paris, France (0700 UTC)
+ cronTrigger = '45 8 * * 5' // 10:45am Friday morning in Paris, France (0845 UTC)
5
}
6
7
properties([
0 commit comments