We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84f502 commit 7a159d6Copy full SHA for 7a159d6
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 = '15 12 * * 5'
+ cronTrigger = '11 12 * * 5'
5
}
6
7
properties([
0 commit comments