blob: 273efcf159d070abf33d43b392f76bfaafb352e9 (
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
|
---
- project:
name: music-mdbc
project-name: 'music-mdbc'
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- gerrit-maven-stage:
sign-artifacts: true
build-node: centos7-builder-4c-4g
maven-versions-plugin: true
project: 'music/mdbc'
stream:
- 'master':
branch: 'master'
mvn-settings: 'music-mdbc-settings'
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-builder-4c-4g
- project:
name: music-mdbc-clm
jobs:
- gerrit-maven-clm
nexus-iq-namespace: 'onap-'
project: music/mdbc
project-name: 'music-mdbc'
branch: 'master'
mvn-settings: 'music-mdbc-settings'
- project:
name: music-mdbc-info
project-name: music-mdbc
jobs:
- gerrit-info-yaml-verify
project: music/mdbc
branch: master
|