Skip to content

Commit ea91b8e

Browse files
authored
Add docstring for cron branches (#30)
Albrja/mic-6030/doc-cron-branches Add docstring for how to handle cron branches in Jenkins - *Category*: CI - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-6030
1 parent af2d6ca commit ea91b8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ Note that updating the shared repo will take affect on the next pipeline invocat
2828
library("vivarium_build_utils@${get_vbu_version()}")
2929

3030
reusable_pipeline(
31-
scheduled_branches: ["main"],
31+
scheduled_branches: [
32+
// Add additional branches for cron jobs below.
33+
// Note: Newly added branches will require a manual trigger of the first build
34+
// for subsequent scheduled builds to run.
35+
"main"
36+
],
3237
test_types: ["unit"],
3338
requires_slurm: false,
3439
)

0 commit comments

Comments
 (0)