Remove unused {maven} variable
[releng/builder.git] / jjb / l2switch / l2switch.yaml
1 ---
2 - project:
3     name: l2switch-oxygen
4     jobs:
5       - '{project-name}-distribution-check-{stream}'
6       - '{project-name}-integration-{stream}'
7       - odl-maven-jobs
8
9     stream: oxygen
10     project: 'l2switch'
11     project-name: 'l2switch'
12     branch: 'master'
13     jdks:
14       - openjdk8
15     mvn-settings: 'l2switch-settings'
16     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
17     dependencies: >
18         odlparent-merge-{stream},
19         yangtools-merge-{stream},
20         controller-merge-{stream},
21         openflowjava-merge-{stream},
22         openflowplugin-merge-{stream}
23     email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]'
24     archive-artifacts: ''
25
26     # Used by the release job
27     staging-profile-id: 96fee85953ca0
28
29 - project:
30     name: l2switch-nitrogen
31     jobs:
32       - '{project-name}-distribution-check-{stream}'
33       - '{project-name}-integration-{stream}'
34       - odl-maven-jobs
35
36     stream: nitrogen
37     project: 'l2switch'
38     project-name: 'l2switch'
39     branch: 'stable/nitrogen'
40     jdks:
41       - openjdk8
42     mvn-settings: 'l2switch-settings'
43     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
44     dependencies: >
45         odlparent-merge-{stream},
46         yangtools-merge-{stream},
47         controller-merge-{stream},
48         openflowjava-merge-{stream},
49         openflowplugin-merge-{stream}
50     email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]'
51     archive-artifacts: ''
52
53     # Used by the release job
54     staging-profile-id: 96fee85953ca0
55
56 - project:
57     name: l2switch-carbon
58     jobs:
59       - '{project-name}-distribution-check-{stream}'
60       - '{project-name}-integration-{stream}'
61       - odl-maven-jobs
62
63     stream: carbon
64     project: 'l2switch'
65     project-name: 'l2switch'
66     branch: 'stable/carbon'
67     karaf-version: karaf3
68     jdks:
69       - openjdk8
70     mvn-settings: 'l2switch-settings'
71     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
72     dependencies: >
73         odlparent-merge-{stream},
74         yangtools-merge-{stream},
75         controller-merge-{stream},
76         openflowjava-merge-{stream},
77         openflowplugin-merge-{stream}
78     email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]'
79     archive-artifacts: ''
80
81     # Used by the release job
82     staging-profile-id: 96fee85953ca0
83
84 - project:
85     name: l2switch-sonar
86     jobs:
87       - gerrit-maven-sonar
88     project: 'l2switch'
89     project-name: 'l2switch'
90     branch: 'master'
91     mvn-settings: 'l2switch-settings'
92     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'