Merge "Add cronjob to trigger all packer jobs periodically"
[releng/builder.git] / jjb / releng-defaults.yaml
1 # ODL Releng jenkins defaults
2
3 - defaults:
4     name: global
5
6     build-days-to-keep: 30
7     build-num-to-keep: 40
8     build-artifact-days-to-keep: -1
9     build-artifact-num-to-keep: 5
10     # Timeout in minutes
11     build-timeout: 360
12     build-node: centos7-java-builder-2c-8g
13
14     email-recipients: 'jenkins@lists.opendaylight.org'
15
16     # openstack-infra-parameters defaults
17     archive-artifacts: ''
18     branch: master
19
20     # Plot configuration
21     01-plot-title: ''
22     01-plot-yaxis: ''
23     01-plot-group: 'Default Plot Group'
24     01-plot-data-file: 'plot-data.csv'
25     02-plot-title: ''
26     02-plot-yaxis: ''
27     02-plot-group: 'Default Plot Group'
28     02-plot-data-file: 'plot-data.csv'
29
30     # CSIT images configuration
31     controller-image: 'centos7-java-builder-2c-4g'
32     openstack-image: 'centos7-devstack-2c-8g'
33     mininet-image: 'ubuntu-trusty-mininet-2c-2g'
34     mininet-vms: 1
35     docker-image: 'centos7-docker-2c-4g'
36
37     # In case a CSIT job is merged without Java version specified
38     jdk: 'openjdk8'
39
40     # Python
41     toxdir: ''