blob: b86e65374f18abf6ea0c009832597a3734493fb5 [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 Wagantall5c5e3382017-08-22 19:06:41 -070014 # lf-infra defaults
15 lftools-version: <1.0.0
16
Jessica Wagantall564913e2018-03-19 13:41:33 -070017 # packer_version
Anil Belurd9334ed2018-09-27 18:54:54 +053018 packer-version: 1.3.1
Jessica Wagantall564913e2018-03-19 13:41:33 -070019
Andrew Grimbergebc710a2017-01-30 12:59:38 -080020 # default gerrit server definition
Andrew Grimberg97e10ff2017-03-16 12:42:58 -070021 server-name: 'Primary'
Jeremy Phelpsb007d782017-07-11 10:20:23 -050022 gerrit-server-name: 'Primary'
Andrew Grimbergebc710a2017-01-30 12:59:38 -080023
Jessica Wagantallb92bd292017-06-07 13:13:32 -070024 # Java
25 jdk: ''
26
Jessica Wagantall8eff9a22017-06-07 09:09:54 -070027 # Maven
Jessica Wagantalld25908c2018-03-28 12:06:39 -070028 mvn-params: ''
Jessica Wagantallcadcb852019-01-28 16:21:51 -080029 mvn-staging-id: 'ecomp-staging'
Jessica Wagantall98a82bd2017-06-06 11:02:26 -070030 onap-infra-mvn-opts: |
31 --show-version
32 --batch-mode
33 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
34 -Djenkins
35 -Dmaven.repo.local=/tmp/r
36 -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
Jessica Wagantallcadcb852019-01-28 16:21:51 -080037 staging-profile-id: 176c31dfe190a
Jessica Wagantall98a82bd2017-06-06 11:02:26 -070038
Andrew Grimbergebc710a2017-01-30 12:59:38 -080039 # Timeout in minutes
Jessica Wagantallfa0f3b32018-03-05 16:12:37 -080040 build-timeout: 90
Jessica Wagantall4f41c692018-03-19 14:44:18 -070041 build-node: ubuntu1604-builder-2c-1g
Andrew Grimbergebc710a2017-01-30 12:59:38 -080042
43 archive-artifacts: ''
Andrew Grimberge2465882017-02-24 12:38:05 -080044
45 # Set default maven version used for everything
46 maven-version: 'mvn33'
Jeremy Phelps11f5d412017-06-30 13:56:19 -050047
48 # git submodule attributes
Jeremy Phelpsb007d782017-07-11 10:20:23 -050049 submodule-recursive: true
Jessica Wagantall11a31f02019-05-13 12:28:14 -070050 submodule-disable: false
Jeremy Phelpsb007d782017-07-11 10:20:23 -050051
52 # Jenkins
Jessica Wagantalldcdb5412017-10-10 21:42:40 -070053 jenkins-ssh-credential: onap-jenkins-ssh