blob: 5ca5ae9388d8b6b3ad87977306a51091c6a58d7d [file] [log] [blame]
Linux Foundation Administrators14b8edb2018-01-25 13:00:42 -08001---
Zack Williams7468c362018-04-06 09:52:30 -07002# CORD GLOBAL jenkins job builder (JJB) defaults
Linux Foundation Administrators14b8edb2018-01-25 13:00:42 -08003
4- defaults:
5 name: global
6
7 # lftools
8 lftools-version: <1.0.0
9
Zack Williams7468c362018-04-06 09:52:30 -070010 # name of the SSH key to use
Linux Foundation Administrators14b8edb2018-01-25 13:00:42 -080011 jenkins-ssh-credential: 'cord-jenkins-ssh'
12
Zack Williams7468c362018-04-06 09:52:30 -070013 # by default, don't depend on other jobs
14 dependency-jobs: ''
Linux Foundation Administrators14b8edb2018-01-25 13:00:42 -080015
Zack Williams7468c362018-04-06 09:52:30 -070016 # How long to keep builds and artifacts
17 build-days-to-keep: 60
18 artifact-num-to-keep: 30
Zack Williamsac984412018-04-04 15:39:45 -070019
Zack Williams7468c362018-04-06 09:52:30 -070020 # list of artifacts to archive
Linux Foundation Administrators14b8edb2018-01-25 13:00:42 -080021 archive-artifacts: ''
22
Zack Williams7468c362018-04-06 09:52:30 -070023 # build timeout (minutes)
24 build-timeout: 10
Linux Foundation Administrators14b8edb2018-01-25 13:00:42 -080025
Zack Williams7468c362018-04-06 09:52:30 -070026 # The most frequently used type of build node
27 # see other build node types under "Cloud > Amazon EC2" at
28 # https://jenkins-new.opencord.org/configure
29 build-node: ubuntu16.04-basebuild-1c-1g
Linux Foundation Administrators14b8edb2018-01-25 13:00:42 -080030
Zack Williams7468c362018-04-06 09:52:30 -070031 # CORD Gerrit server definition, set in configuration
32 gerrit-server-name: 'CORD Gerrit'
33
34 # URL for Gerrit server, for use with `repo`
Zack Williamsc27ca2d2018-04-11 13:16:45 -070035 gerrit-server-url: 'https://gerrit.opencord.org'
Zack Williams7468c362018-04-06 09:52:30 -070036
37 # name of the manifest git repos used with the `repo` cli tool
38 cord-repo-manifest: manifest.git
39 cordqa-manifest-repo: qa-manifest.git
40
Zack Williamsc27ca2d2018-04-11 13:16:45 -070041 # regexp for gerrit triggers
42 # list of supported branches, for branch-regexp
Zack Williams7468c362018-04-06 09:52:30 -070043 supported-branches-regexp: '^(master|cord-5.0|cord-4.1|cord-4.0)$'
Zack Williamsac984412018-04-04 15:39:45 -070044
Zack Williamsc27ca2d2018-04-11 13:16:45 -070045 # for matching files with file-include-regexp
46 all-files-regexp: '.*'
47 doc-files-regexp: "^docs/.*"