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 4d8cd82 commit aa8b5edCopy full SHA for aa8b5ed
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 = '5 10 * * 5'
+ cronTrigger = '20 11 * * 5'
5
}
6
7
properties([
0 commit comments