blob: 7380359f0cdb07d079f3e99a6e55c21fd32060bf (
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
---
- project:
name: sdnc-oam
project-name: 'sdnc-oam'
jobs:
- gerrit-maven-verify
- gerrit-maven-merge:
cron: '@daily'
- gerrit-maven-stage:
sign-artifacts: true
build-node: centos7-builder-4c-4g
maven-versions-plugin: true
cron: ''
- gerrit-maven-docker-stage:
build-node: ubuntu1804-docker-8c-8g
container-public-registry: 'nexus3.onap.org:10001'
container-staging-registry: 'nexus3.onap.org:10003'
mvn-params: '-Dmaven.test.skip=true -P docker'
maven-version: "mvn35"
maven-versions-plugin: true
cron: '@daily'
- '{project-name}-gerrit-release-jobs':
build-node: centos7-docker-8c-8g
project: 'sdnc/oam'
stream:
- 'master':
branch: 'master'
- 'guilin':
branch: 'guilin'
- 'honolulu':
branch: 'honolulu'
java-version: openjdk11
mvn-version: "mvn36"
mvn-settings: 'sdnc-oam-settings'
maven-version: "mvn35"
files: '**'
archive-artifacts: ''
build-node: ubuntu1804-builder-4c-4g
shallow-clone: true
mvn-snapshot-id: 'ecomp-snapshots'
nexus-snapshot-repo: 'snapshots'
#
#- project:
# name: sdnc-oam-docker-arm64
# project-name: 'sdnc-oam-arm64'
# jobs:
# - 'docker-version-java-daily':
# docker-pom: 'pom.xml'
# mvn-profile: 'docker'
# mvn-params: '-Dmaven.test.skip=true'
# project: 'sdnc/oam'
# stream:
# - 'master':
# branch: 'master'
# mvn-settings: 'sdnc-oam-settings'
# files: '**'
# archive-artifacts: ''
# build-node: ubuntu1804-docker-arm64-4c-2g
- project:
name: sdnc-oam-clm
jobs:
- gerrit-maven-clm
nexus-iq-namespace: 'onap-'
project: sdnc/oam
project-name: 'sdnc-oam'
build-node: ubuntu1804-builder-4c-4g
stream:
- 'master':
branch: 'master'
mvn-settings: 'sdnc-oam-settings'
java-version: openjdk11
mvn-version: 'mvn36'
- project:
name: sdnc-oam-info
project-name: sdnc-oam
jobs:
- gerrit-info-yaml-verify
build-node: centos7-builder-2c-1g
project: sdnc/oam
branch: master
|