Ales Komarek | 2c70a1c | 2016-12-06 10:27:57 +0100 | [diff] [blame] | 1 | applications: |
2 | - jenkins | ||||
3 | classes: | ||||
4 | - service.jenkins.support | ||||
5 | parameters: | ||||
6 | jenkins: | ||||
7 | job_builder: | ||||
8 | enabled: true | ||||
9 | config: | ||||
10 | source: git | ||||
11 | address: ${_param:job_builder_config_address} | ||||
12 | branch: ${_param:job_builder_config_branch} | ||||
13 | master: | ||||
14 | host: localhost | ||||
15 | port: 8080 | ||||
16 | protocol: http | ||||
17 | user: admin | ||||
18 | password: ${_param:jenkins_admin_password} |