-
Notifications
You must be signed in to change notification settings - Fork 0
/
jenkins_conductor_config.yml.example
37 lines (35 loc) · 1.15 KB
/
jenkins_conductor_config.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
jenkins_base_url: http://jenkins.com
artifact_destination: artifacts
wait_for_job_timeout: 1200 #20 mins in seconds
basic_auth:
username: billy bob
password: was here
jobs:
MainJobThatControlsFirstSet:
downstream_jobs:
serial_jobs:
- JobName1:
test_result_artifacts:
- artifact.xml
continue_on_fail: true #set to false to exit if this job fails
params:
jenkins_build_param_1: say something
parallel_jobs:
- JobName2:
test_result_artifacts:
- hello.zip
ignore_failed_build: false #Set to true if you don't want parent build to fail when this build fails
params:
param2: Hello There I'm Sexy, are you?
- JobName3:
params:
param3: still sexy
AnotherJob:
downstream_jobs:
serial_jobs:
- JobName4:
test_result_artifacts:
- test_result.xml
continue_on_fail: false #set to false to exit if this job fails
params:
jenkins_build_param_1: say something