Change template {name} field into {project-name}
[releng/builder.git] / jjb / armoury / armoury.yaml
1 # ODL Releng build templates
2 - project:
3     name: armoury
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}-sonar'
12         - '{project-name}-validate-autorelease-{stream}'
13         - '{project-name}-verify-{stream}'
14
15     # stream:    release stream (eg. stable-lithium or beryllium)
16     # branch:    git branch (eg. stable/lithium or master)
17     stream:
18         - boron:
19             branch: 'master'
20             jdk: openjdk8
21             jdks:
22                 - openjdk8
23                 - openjdk7
24             disable_autorelease: True
25             disable_distribution_check: False
26         - beryllium:
27             branch: 'stable/beryllium'
28             jdk: openjdk8
29             jdks:
30                 - openjdk8
31                 - openjdk7
32             disable_autorelease: True
33             disable_distribution_check: False
34
35     project: 'armoury'
36     project-name: 'armoury'
37     mvn-settings: 'armoury-settings'
38     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
39     mvn-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
40     dependencies: ''
41     email-upstream: '[armoury]'
42     archive-artifacts: ''