blob: ffbc03999efe1fd58bba0324aa933b0322fafb08 [file] [log] [blame]
Martin Polreich08ae6d22018-07-18 11:14:05 +02001jenkins:
2 master:
3 enabled: true
4 mode: EXCLUSIVE
5 no_config: false
Kirill Mashchenko1d89b3b2018-10-22 10:37:05 +04006 slave_agent_port: 54906
Martin Polreich08ae6d22018-07-18 11:14:05 +02007 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
46java:
47 environment:
48 enabled: true
John Doe645e6b02018-12-18 19:54:17 +000049 version: '11'
Martin Polreich08ae6d22018-07-18 11:14:05 +020050 release: '0.1'
John Doe645e6b02018-12-18 19:54:17 +000051 build: '13'
52 oracle_hash: '90cf5d8f270a4347a95050320eef3fb7'
Martin Polreich08ae6d22018-07-18 11:14:05 +020053 platform: oracle-java
John Doe645e6b02018-12-18 19:54:17 +000054 development: true