Merge "Added jstack thread trace to archives"
[releng/builder.git] / jjb / usecplugin / usecplugin.yaml
1 # ODL Releng build templates
2 - project:
3     name: usecplugin-boron
4     jobs:
5         - '{project-name}-clm-{stream}'
6         - '{project-name}-distribution-{stream}'
7         - '{project-name}-distribution-check-{stream}'
8         - '{project-name}-integration-{stream}'
9         - '{project-name}-merge-{stream}'
10         - '{project-name}-periodic-{stream}'
11         - '{project-name}-validate-autorelease-{stream}'
12         - '{project-name}-verify-{stream}-{maven}-{jdks}'
13
14     # stream:    release stream (eg. stable-lithium or beryllium)
15     # branch:    git branch (eg. stable/lithium or master)
16     stream:
17         - boron:
18             disable_autorelease: False
19             disable_distribution_check: False
20     project: 'usecplugin'
21     project-name: 'usecplugin'
22     branch: 'master'
23     jdk: openjdk8
24     jdks:
25         - openjdk8
26     maven:
27         - mvn33:
28             mvn-version: '{mvn33}'
29     mvn-settings: 'usecplugin-settings'
30     mvn-goals: 'clean install'
31     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
32     dependencies: 'openflowplugin-merge-{stream}'
33     email-upstream: '[usecplugin] [openflowplugin]'
34     archive-artifacts: ''
35
36 - project:
37     name: usecplugin-beryllium
38     jobs:
39         - '{project-name}-clm-{stream}'
40         - '{project-name}-distribution-{stream}'
41         - '{project-name}-distribution-check-{stream}'
42         - '{project-name}-integration-{stream}'
43         - '{project-name}-merge-{stream}'
44         - '{project-name}-periodic-{stream}'
45         - '{project-name}-validate-autorelease-{stream}'
46         - '{project-name}-verify-{stream}-{maven}-{jdks}'
47     stream:
48         - beryllium:
49             disable_autorelease: False
50             disable_distribution_check: False
51
52     project: 'usecplugin'
53     project-name: 'usecplugin'
54     branch: 'stable/beryllium'
55     jdk: openjdk7
56     jdks:
57         - openjdk7
58         - openjdk8
59     maven:
60         - mvn33:
61             mvn-version: '{mvn33}'
62     mvn-settings: 'usecplugin-settings'
63     mvn-goals: 'clean install'
64     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
65     dependencies: 'openflowplugin-merge-{stream}'
66     email-upstream: '[usecplugin] [openflowplugin]'
67     archive-artifacts: ''
68
69
70 - project:
71     name: usecplugin-sonar
72     jobs:
73         - '{project-name}-sonar'
74
75     project: 'usecplugin'
76     project-name: 'usecplugin'
77     mvn-settings: 'usecplugin-settings'
78     mvn-goals: 'clean install'
79     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'