Skip to content

Commit 6049252

Browse files
authored
Add docstring for cron branches (#89)
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 2f588b7 commit 6049252

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,6 +28,11 @@ 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", "epic/auto-validation"],
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", "epic/auto-validation"
36+
],
3237
skip_doc_build: true
3338
)

0 commit comments

Comments
 (0)