blob: b35c0f3311e5e7427ce85903b5b899fa60d4a739 (
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
|
---
# GLOBAL jenkins defaults
- defaults:
name: global
build-days-to-keep: 30
# the below discarder values are hard coded into the macro and are only here
# for documentation purposes
build-num-to-keep: 40
build-artifact-days-to-keep: -1
build-artifact-num-to-keep: 5
failure-notification: "releng+onap@linuxfoundation.org"
failure-notification-prefix: "[releng]"
# lf-infra defaults
lftools-version: <1.0.0
# packer_version
packer-version: 1.3.1
# default gerrit server definition
server-name: "Primary"
gerrit-server-name: "Primary"
# Java
jdk: ""
# Maven
mvn-params: ""
mvn-staging-id: "ecomp-staging"
onap-infra-mvn-opts: |
--show-version
--batch-mode
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
-Djenkins
-Dmaven.repo.local=/tmp/r
-Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
staging-profile-id: 176c31dfe190a
# Timeout in minutes
build-timeout: 90
build-node: ubuntu1804-builder-4c-4g
archive-artifacts: ""
# Set default maven version used for everything
maven-version: "mvn33"
# git submodule attributes
submodule-recursive: true
submodule-disable: false
# Jenkins
jenkins-ssh-credential: "onap-jenkins-ssh"
jenkins-ssh-release-credential: "jenkins-release"
# SonarCloud
sonarcloud_project_organization: onap
sonar_mvn_goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar"
# Nexus3 docker registries
container-public-registry: nexus3.onap.org:10001
container-snapshot-registry: nexus3.onap.org:10003
container-staging-registry: nexus3.onap.org:10004
# the quotes here are REQUIRED
container-push-registry: "{container-snapshot-registry}"
|