Remove nitrogen branches in projects
[releng/builder.git] / jjb / netconf / netconf.yaml
1 ---
2 - project:
3     name: netconf-fluorine
4     jobs:
5       - '{project-name}-distribution-check-{stream}'
6       - odl-maven-jobs
7
8     stream: fluorine
9     project: 'netconf'
10     project-name: 'netconf'
11     branch: 'master'
12     build-node: centos7-builder-2c-8g
13     mvn-settings: 'netconf-settings'
14     mvn-goals: 'clean deploy -Pintegrationtests'
15     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
16     build-timeout: 90
17     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
18     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
19
20     # Used by the release job
21     staging-profile-id: a67b22fc3663f
22
23 - project:
24     name: netconf-oxygen
25     jobs:
26       - '{project-name}-distribution-check-{stream}'
27       - odl-maven-jobs
28
29     stream: oxygen
30     project: 'netconf'
31     project-name: 'netconf'
32     branch: 'stable/oxygen'
33     build-node: centos7-builder-2c-8g
34     mvn-settings: 'netconf-settings'
35     mvn-goals: 'clean deploy -Pintegrationtests'
36     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
37     build-timeout: 90
38     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
39     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
40
41     # Used by the release job
42     staging-profile-id: a67b22fc3663f
43
44 - project:
45     name: netconf-sonar
46     jobs:
47       - gerrit-maven-sonar
48     project: 'netconf'
49     project-name: 'netconf'
50     branch: 'master'
51     build-node: centos7-builder-2c-8g
52     mvn-settings: 'netconf-settings'
53     mvn-goals: 'clean deploy -Pintegrationtests'
54     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'