Skip to content

Commit c1a7255

Browse files
authored
Use nightly trigger for main branch always (#430)
Whether the build is a downstream experimental drake job should not affect the nightly triggering (though it still should disable the emails on failure).
1 parent 2e3f5ce commit c1a7255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ props << parameters([
1818
'Defaults to <code>master</code>.'),
1919
])
2020

21-
if (env.BRANCH_NAME == 'main' && !is_downstream_build) {
21+
if (env.BRANCH_NAME == 'main') {
2222
def triggers = []
2323
triggers << cron('H H(7-8) * * *')
2424
props << pipelineTriggers(triggers)

0 commit comments

Comments
 (0)