Ilya Kharin | 91935e5 | 2017-03-23 17:51:00 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | devops_portal: |
| 3 | config: |
| 4 | service: |
| 5 | jenkins: |
Vladislav Naumov | e2d112f | 2017-08-25 12:56:38 +0300 | [diff] [blame] | 6 | configure_proxy: true |
Vladislav Naumov | 735d2fd | 2017-09-22 15:26:28 +0300 | [diff] [blame] | 7 | proxy_connect_timeout: 300 |
| 8 | proxy_send_timeout: 300 |
| 9 | proxy_read_timeout: 300 |
| 10 | send_timeout: 300 |
Ilya Kharin | 91935e5 | 2017-03-23 17:51:00 +0400 | [diff] [blame] | 11 | endpoint: |
| 12 | address: ${_param:haproxy_jenkins_bind_host} |
| 13 | port: ${_param:haproxy_jenkins_bind_port} |
| 14 | https: ${_param:haproxy_jenkins_ssl:enabled} |
Vladislav Naumov | 88974ac | 2017-09-25 12:42:47 +0300 | [diff] [blame] | 15 | credentials: |
| 16 | username: ${_param:oss_jenkins_user} |
| 17 | password: ${_param:oss_jenkins_password} |