We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ce1694 + ea91b8e commit a3c08a5Copy full SHA for a3c08a5
Jenkinsfile
@@ -28,7 +28,12 @@ Note that updating the shared repo will take affect on the next pipeline invocat
28
library("vivarium_build_utils@${get_vbu_version()}")
29
30
reusable_pipeline(
31
- scheduled_branches: ["main"],
+ 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
+ ],
37
test_types: ["unit"],
38
requires_slurm: false,
39
)
0 commit comments