Skip to content

Commit 82cda34

Browse files
illsilinsamjwu
authored andcommitted
restore cron trigger (#1863)
1 parent 555244e commit 82cda34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,9 @@ CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;ROCM
722722

723723
pipeline {
724724
agent none
725+
triggers {
726+
parameterizedCron(CRON_SETTINGS)
727+
}
725728
options {
726729
parallelsAlwaysFailFast()
727730
}

0 commit comments

Comments
 (0)