blob: b35c0f3311e5e7427ce85903b5b899fa60d4a739 [file] [log] [blame]
Andrew Grimbergebc710a2017-01-30 12:59:38 -08001---
2# GLOBAL jenkins defaults
3
4- defaults:
5 name: global
6
7 build-days-to-keep: 30
8 # the below discarder values are hard coded into the macro and are only here
9 # for documentation purposes
10 build-num-to-keep: 40
11 build-artifact-days-to-keep: -1
12 build-artifact-num-to-keep: 5
13
Jessica Wagantall5e36c392020-12-09 12:44:23 -080014 failure-notification: "releng+onap@linuxfoundation.org"
15 failure-notification-prefix: "[releng]"
16
Jessica Wagantall5c5e3382017-08-22 19:06:41 -070017 # lf-infra defaults
18 lftools-version: <1.0.0
19
Jessica Wagantall564913e2018-03-19 13:41:33 -070020 # packer_version
Anil Belurd9334ed2018-09-27 18:54:54 +053021 packer-version: 1.3.1
Jessica Wagantall564913e2018-03-19 13:41:33 -070022
Andrew Grimbergebc710a2017-01-30 12:59:38 -080023 # default gerrit server definition
Andrew Grimbergc1f3caf2023-05-03 09:25:07 -070024 server-name: "Primary"
25 gerrit-server-name: "Primary"
Andrew Grimbergebc710a2017-01-30 12:59:38 -080026
Jessica Wagantallb92bd292017-06-07 13:13:32 -070027 # Java
Andrew Grimbergc1f3caf2023-05-03 09:25:07 -070028 jdk: ""
Jessica Wagantallb92bd292017-06-07 13:13:32 -070029
Jessica Wagantall8eff9a22017-06-07 09:09:54 -070030 # Maven
Andrew Grimbergc1f3caf2023-05-03 09:25:07 -070031 mvn-params: ""
32 mvn-staging-id: "ecomp-staging"
Jessica Wagantall98a82bd2017-06-06 11:02:26 -070033 onap-infra-mvn-opts: |
Andrew Grimbergc1f3caf2023-05-03 09:25:07 -070034 --show-version
35 --batch-mode
36 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
37 -Djenkins
38 -Dmaven.repo.local=/tmp/r
39 -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
Jessica Wagantallcadcb852019-01-28 16:21:51 -080040 staging-profile-id: 176c31dfe190a
Andrew Grimbergebc710a2017-01-30 12:59:38 -080041 # Timeout in minutes
Jessica Wagantallfa0f3b32018-03-05 16:12:37 -080042 build-timeout: 90
Bengt Thureeffc3ac82022-09-30 00:35:18 +100043 build-node: ubuntu1804-builder-4c-4g
Andrew Grimbergebc710a2017-01-30 12:59:38 -080044
Andrew Grimbergc1f3caf2023-05-03 09:25:07 -070045 archive-artifacts: ""
Andrew Grimberge2465882017-02-24 12:38:05 -080046
47 # Set default maven version used for everything
Andrew Grimbergc1f3caf2023-05-03 09:25:07 -070048 maven-version: "mvn33"
Jeremy Phelps11f5d412017-06-30 13:56:19 -050049
50 # git submodule attributes
Jeremy Phelpsb007d782017-07-11 10:20:23 -050051 submodule-recursive: true
Jessica Wagantall11a31f02019-05-13 12:28:14 -070052 submodule-disable: false
Jeremy Phelpsb007d782017-07-11 10:20:23 -050053
54 # Jenkins
Andrew Grimbergc1f3caf2023-05-03 09:25:07 -070055 jenkins-ssh-credential: "onap-jenkins-ssh"
56 jenkins-ssh-release-credential: "jenkins-release"
Andrew Grimberg12634442019-09-24 11:56:34 -070057
58 # SonarCloud
59 sonarcloud_project_organization: onap
vasrazd9ff6942022-03-17 23:26:49 +000060 sonar_mvn_goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar"
Andrew Gauldbc096182019-11-14 20:23:23 +000061
62 # Nexus3 docker registries
63 container-public-registry: nexus3.onap.org:10001
64 container-snapshot-registry: nexus3.onap.org:10003
65 container-staging-registry: nexus3.onap.org:10004
66 # the quotes here are REQUIRED
Andrew Grimbergc1f3caf2023-05-03 09:25:07 -070067 container-push-registry: "{container-snapshot-registry}"