Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 1 | jenkins: |
| 2 | master: |
| 3 | enabled: true |
| 4 | mode: EXCLUSIVE |
| 5 | no_config: false |
Kirill Mashchenko | 1d89b3b | 2018-10-22 10:37:05 +0400 | [diff] [blame^] | 6 | slave_agent_port: 54906 |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 7 | slaves: |
| 8 | - name: slave01 |
| 9 | label: pbuilder |
| 10 | executors: 2 |
| 11 | - name: slave02 |
| 12 | label: image_builder |
| 13 | mode: EXCLUSIVE |
| 14 | executors: 2 |
| 15 | views: |
| 16 | - name: "Package builds" |
| 17 | regex: "debian-build-.*" |
| 18 | - name: "Contrail builds" |
| 19 | regex: "contrail-build-.*" |
| 20 | - name: "Aptly" |
| 21 | regex: "aptly-.*" |
| 22 | plugins: |
| 23 | - name: slack |
| 24 | - name: extended-choice-parameter |
| 25 | - name: rebuild |
| 26 | - name: test-stability |
| 27 | email: |
| 28 | engine: "smtp" |
| 29 | host: "smtp.domain.com" |
| 30 | user: "user@domain.cz" |
| 31 | password: "smtp-password" |
| 32 | port: 25 |
| 33 | http: |
| 34 | port: 80 |
| 35 | approved_scripts: |
| 36 | - method groovy.json.JsonSlurperClassic parseText java.lang.String |
| 37 | user: |
| 38 | admin: |
| 39 | api_token: xxxxxxxxxx |
| 40 | password: admin_password |
| 41 | email: admin@domain.com |
| 42 | user01: |
| 43 | api_token: xxxxxxxxxx |
| 44 | password: user_password |
| 45 | email: user01@domain.com |
| 46 | java: |
| 47 | environment: |
| 48 | enabled: true |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 49 | version: '11' |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 50 | release: '0.1' |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 51 | build: '13' |
| 52 | oracle_hash: '90cf5d8f270a4347a95050320eef3fb7' |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 53 | platform: oracle-java |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 54 | development: true |