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.
2 parents fe4d174 + 0e8ab12 commit c9c3051Copy full SHA for c9c3051
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' // 9am Friday morning in Paris, France (0700 UTC)
+ cronTrigger = '15 15 * * 5' // 9am Friday morning in Paris, France (0700 UTC)
5
}
6
7
properties([
0 commit comments