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 f85692c commit 8e4ce46Copy full SHA for 8e4ce46
1 file changed
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 = '30 9 * * 5'
+ cronTrigger = '45 16 * * 5'
5
}
6
7
properties([
0 commit comments