blob: fb3b6dccfbb9db725ad69e60eff8563d9f8e45a7 (
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
|
---
- project:
name: dcaegen2-project-view
project-name: dcaegen2
views:
- project-view
- project:
name: dcaegen2
project-name: "dcaegen2"
jobs:
- gerrit-maven-verify:
pre-build-script: !include-raw-escape: ../../shell/onap-gerrit-review-wrapper.sh
- gerrit-maven-merge
project: "dcaegen2"
stream:
- "master":
branch: "master"
- "london":
branch: "london"
- "kohn":
branch: "kohn"
mvn-snapshot-id: "ecomp-snapshots"
nexus-snapshot-repo: "snapshots"
mvn-settings: "dcaegen2-settings"
# due to a strange macro / variable translation problem this needs
# to be passed as a string block to properly get the properties
# correctly defined in the job
maven-deploy-properties: |
deployAtEnd=true
files: "**"
archive-artifacts: ""
- project:
name: dcaegen2-clm
jobs:
- gerrit-maven-clm
nexus-iq-namespace: "onap-"
project: "dcaegen2"
project-name: "dcaegen2"
branch: "master"
mvn-settings: "dcaegen2-settings"
|