Hi, Lesley.
You can use defaults and parametrize jobs by a list, like in
documentation here:
https://jenkins-job-builder.readthedocs.io/en/latest/definition.html#project-1
For example:
defaults:
name: global
my_config_2: default-config-2
env:
- prod:
my_config_1: prod-config-1
my_config_2: prod-config-2
- dev:
my_config_1: dev-config-1
project:
jobs:
name: project-1
jobs:
- build-{env}
Vsevolod.
--
You received this message because you are subscribed to the Google Groups "jenkins-job-builder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkins-job-bui...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkins-job-builder/3920ace6-bb76-4fe4-852f-4004029727fbn%40googlegroups.com.