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 3847e98 commit a2fb6a5Copy full SHA for a2fb6a5
.jenkins/Jenkinsfile
@@ -1,6 +1,6 @@
1
pipeline {
2
triggers {
3
- cron( env.BRANCH_NAME.equals('master') ? 'H 3 * * *' : '')
+ cron( env.BRANCH_NAME.equals('master') ? 'H 1 * * *' : '')
4
}
5
agent {
6
label 'docker-multiarch'
0 commit comments