Andrew Grimberg | ebc710a | 2017-01-30 12:59:38 -0800 | [diff] [blame] | 1 | --- |
| 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 Wagantall | 5e36c39 | 2020-12-09 12:44:23 -0800 | [diff] [blame^] | 14 | failure-notification: "releng+onap@linuxfoundation.org" |
| 15 | failure-notification-prefix: "[releng]" |
| 16 | |
Jessica Wagantall | 5c5e338 | 2017-08-22 19:06:41 -0700 | [diff] [blame] | 17 | # lf-infra defaults |
| 18 | lftools-version: <1.0.0 |
| 19 | |
Jessica Wagantall | 564913e | 2018-03-19 13:41:33 -0700 | [diff] [blame] | 20 | # packer_version |
Anil Belur | d9334ed | 2018-09-27 18:54:54 +0530 | [diff] [blame] | 21 | packer-version: 1.3.1 |
Jessica Wagantall | 564913e | 2018-03-19 13:41:33 -0700 | [diff] [blame] | 22 | |
Andrew Grimberg | ebc710a | 2017-01-30 12:59:38 -0800 | [diff] [blame] | 23 | # default gerrit server definition |
Andrew Grimberg | 97e10ff | 2017-03-16 12:42:58 -0700 | [diff] [blame] | 24 | server-name: 'Primary' |
Jeremy Phelps | b007d78 | 2017-07-11 10:20:23 -0500 | [diff] [blame] | 25 | gerrit-server-name: 'Primary' |
Andrew Grimberg | ebc710a | 2017-01-30 12:59:38 -0800 | [diff] [blame] | 26 | |
Jessica Wagantall | b92bd29 | 2017-06-07 13:13:32 -0700 | [diff] [blame] | 27 | # Java |
| 28 | jdk: '' |
| 29 | |
Jessica Wagantall | 8eff9a2 | 2017-06-07 09:09:54 -0700 | [diff] [blame] | 30 | # Maven |
Jessica Wagantall | d25908c | 2018-03-28 12:06:39 -0700 | [diff] [blame] | 31 | mvn-params: '' |
Jessica Wagantall | cadcb85 | 2019-01-28 16:21:51 -0800 | [diff] [blame] | 32 | mvn-staging-id: 'ecomp-staging' |
Jessica Wagantall | 98a82bd | 2017-06-06 11:02:26 -0700 | [diff] [blame] | 33 | onap-infra-mvn-opts: | |
| 34 | --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 Wagantall | cadcb85 | 2019-01-28 16:21:51 -0800 | [diff] [blame] | 40 | staging-profile-id: 176c31dfe190a |
Jessica Wagantall | 98a82bd | 2017-06-06 11:02:26 -0700 | [diff] [blame] | 41 | |
Andrew Grimberg | ebc710a | 2017-01-30 12:59:38 -0800 | [diff] [blame] | 42 | # Timeout in minutes |
Jessica Wagantall | fa0f3b3 | 2018-03-05 16:12:37 -0800 | [diff] [blame] | 43 | build-timeout: 90 |
Jessica Wagantall | f79dc75 | 2020-03-18 12:11:47 -0700 | [diff] [blame] | 44 | build-node: ubuntu1804-builder-4c-4g |
Andrew Grimberg | ebc710a | 2017-01-30 12:59:38 -0800 | [diff] [blame] | 45 | |
| 46 | archive-artifacts: '' |
Andrew Grimberg | e246588 | 2017-02-24 12:38:05 -0800 | [diff] [blame] | 47 | |
| 48 | # Set default maven version used for everything |
| 49 | maven-version: 'mvn33' |
Jeremy Phelps | 11f5d41 | 2017-06-30 13:56:19 -0500 | [diff] [blame] | 50 | |
| 51 | # git submodule attributes |
Jeremy Phelps | b007d78 | 2017-07-11 10:20:23 -0500 | [diff] [blame] | 52 | submodule-recursive: true |
Jessica Wagantall | 11a31f0 | 2019-05-13 12:28:14 -0700 | [diff] [blame] | 53 | submodule-disable: false |
Jeremy Phelps | b007d78 | 2017-07-11 10:20:23 -0500 | [diff] [blame] | 54 | |
| 55 | # Jenkins |
Jessica Wagantall | 6ddd969 | 2019-07-31 14:41:07 -0700 | [diff] [blame] | 56 | jenkins-ssh-credential: 'onap-jenkins-ssh' |
| 57 | jenkins-ssh-release-credential: 'jenkins-release' |
Andrew Grimberg | 1263444 | 2019-09-24 11:56:34 -0700 | [diff] [blame] | 58 | |
| 59 | # SonarCloud |
| 60 | sonarcloud_project_organization: onap |
| 61 | sonarcloud_api_token: da97604dfdc36ec82488a97ebea96ad01f7b10ff |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 62 | sonar_mvn_goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar" |
Andrew Gauld | bc09618 | 2019-11-14 20:23:23 +0000 | [diff] [blame] | 63 | |
| 64 | # Nexus3 docker registries |
| 65 | container-public-registry: nexus3.onap.org:10001 |
| 66 | container-snapshot-registry: nexus3.onap.org:10003 |
| 67 | container-staging-registry: nexus3.onap.org:10004 |
| 68 | # the quotes here are REQUIRED |
Vijay Venkatesh Kumar | 204e4c8 | 2019-11-17 20:37:52 +0000 | [diff] [blame] | 69 | container-push-registry: '{container-snapshot-registry}' |