global-defaults: Remove jdk global version
[ci-management.git] / jjb / global-defaults.yaml
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
14     # default gerrit server definition
15     server-name: 'Primary'
16
17     # Maven
18     onap-infra-mvn-opts: |
19         --show-version
20         --batch-mode
21         -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
22         -Djenkins
23         -Dmaven.repo.local=/tmp/r
24         -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
25
26     # Timeout in minutes
27     build-timeout: 360
28     build-node: ubuntu1604-basebuild-2c-1g
29
30     archive-artifacts: ''
31
32     # Set default maven version used for everything
33     maven-version: 'mvn33'