Skip to content

Commit 70f7619

Browse files
committed
Only build nightly for master
1 parent adbe6a7 commit 70f7619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pipeline {
22
triggers {
3-
cron('H 3 * * *')
3+
cron( env.BRANCH_NAME.equals('master') ? 'H 3 * * *' : '')
44
}
55
agent {
66
label 'docker-multiarch'

0 commit comments

Comments
 (0)