Linux Foundation Administrators | 14b8edb | 2018-01-25 13:00:42 -0800 | [diff] [blame] | 1 | --- |
Zack Williams | 7468c36 | 2018-04-06 09:52:30 -0700 | [diff] [blame] | 2 | # CORD GLOBAL jenkins job builder (JJB) defaults |
Linux Foundation Administrators | 14b8edb | 2018-01-25 13:00:42 -0800 | [diff] [blame] | 3 | |
| 4 | - defaults: |
| 5 | name: global |
| 6 | |
| 7 | # lftools |
| 8 | lftools-version: <1.0.0 |
| 9 | |
Zack Williams | 7468c36 | 2018-04-06 09:52:30 -0700 | [diff] [blame] | 10 | # name of the SSH key to use |
Linux Foundation Administrators | 14b8edb | 2018-01-25 13:00:42 -0800 | [diff] [blame] | 11 | jenkins-ssh-credential: 'cord-jenkins-ssh' |
| 12 | |
Zack Williams | 7468c36 | 2018-04-06 09:52:30 -0700 | [diff] [blame] | 13 | # by default, don't depend on other jobs |
| 14 | dependency-jobs: '' |
Linux Foundation Administrators | 14b8edb | 2018-01-25 13:00:42 -0800 | [diff] [blame] | 15 | |
Zack Williams | 7468c36 | 2018-04-06 09:52:30 -0700 | [diff] [blame] | 16 | # How long to keep builds and artifacts |
| 17 | build-days-to-keep: 60 |
| 18 | artifact-num-to-keep: 30 |
Zack Williams | ac98441 | 2018-04-04 15:39:45 -0700 | [diff] [blame] | 19 | |
Zack Williams | 7468c36 | 2018-04-06 09:52:30 -0700 | [diff] [blame] | 20 | # list of artifacts to archive |
Linux Foundation Administrators | 14b8edb | 2018-01-25 13:00:42 -0800 | [diff] [blame] | 21 | archive-artifacts: '' |
| 22 | |
Zack Williams | 7468c36 | 2018-04-06 09:52:30 -0700 | [diff] [blame] | 23 | # build timeout (minutes) |
| 24 | build-timeout: 10 |
Linux Foundation Administrators | 14b8edb | 2018-01-25 13:00:42 -0800 | [diff] [blame] | 25 | |
Zack Williams | 7468c36 | 2018-04-06 09:52:30 -0700 | [diff] [blame] | 26 | # 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 Administrators | 14b8edb | 2018-01-25 13:00:42 -0800 | [diff] [blame] | 30 | |
Zack Williams | 7468c36 | 2018-04-06 09:52:30 -0700 | [diff] [blame] | 31 | # CORD Gerrit server definition, set in configuration |
| 32 | gerrit-server-name: 'CORD Gerrit' |
| 33 | |
| 34 | # URL for Gerrit server, for use with `repo` |
Zack Williams | c27ca2d | 2018-04-11 13:16:45 -0700 | [diff] [blame] | 35 | gerrit-server-url: 'https://gerrit.opencord.org' |
Zack Williams | 7468c36 | 2018-04-06 09:52:30 -0700 | [diff] [blame] | 36 | |
| 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 Williams | c27ca2d | 2018-04-11 13:16:45 -0700 | [diff] [blame] | 41 | # regexp for gerrit triggers |
| 42 | # list of supported branches, for branch-regexp |
Zack Williams | 90cf9fd | 2018-05-11 10:26:21 -0700 | [diff] [blame] | 43 | supported-branches-regexp: '^(master|cord-6.0|cord-5.0|cord-4.1|cord-4.0)$' |
Kailash Khalasi | ca59055 | 2018-05-24 15:09:42 -0700 | [diff] [blame] | 44 | legacy-branches-regexp: '^(cord-5.0|cord-4.1|cord-4.0)$' |
Zack Williams | 90cf9fd | 2018-05-11 10:26:21 -0700 | [diff] [blame] | 45 | modern-branches-regexp: '^(master|cord-6.0)$' |
Zack Williams | ac98441 | 2018-04-04 15:39:45 -0700 | [diff] [blame] | 46 | |
Zack Williams | c27ca2d | 2018-04-11 13:16:45 -0700 | [diff] [blame] | 47 | # for matching files with file-include-regexp |
| 48 | all-files-regexp: '.*' |
Kailash Khalasi | ca59055 | 2018-05-24 15:09:42 -0700 | [diff] [blame] | 49 | doc-files-regexp: '^docs/.*' |
Zack Williams | 90cf9fd | 2018-05-11 10:26:21 -0700 | [diff] [blame] | 50 | |
Kailash Khalasi | ca59055 | 2018-05-24 15:09:42 -0700 | [diff] [blame] | 51 | # Jenkins SSH host doc publisher |
| 52 | docs-ssh-host: 'guide.opencord.org' |