blob: 4299b1351242644953f725cfb4d5e1bd54471624 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
---
- project:
name: aai-aai-common-project-view
project-name: aai-aai-common
views:
- project-view
- project:
name: aai-aai-common-master
project-name: 'aai-aai-common'
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
project: 'aai/aai-common'
stream:
- 'master':
branch: 'master'
- 'casablanca':
branch: 'casablanca'
mvn-settings: 'aai-aai-common-settings'
mvn-version: 'mvn35'
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-builder-4c-4g
- project:
name: aai-aai-common-sonar
jobs:
- gerrit-maven-sonar
cron: '@daily'
build-node: ubuntu1604-builder-4c-4g
project: 'aai/aai-common'
project-name: 'aai-aai-common'
branch: 'casablanca'
mvn-settings: 'aai-aai-common-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
mvn-version: 'mvn35'
- project:
name: aai-aai-common-clm
jobs:
- gerrit-maven-clm
build-node: ubuntu1604-builder-4c-4g
project: 'aai/aai-common'
project-name: 'aai-aai-common'
branch: 'casablanca'
mvn-settings: 'aai-aai-common-settings'
mvn-version: 'mvn35'
|