blob: 294050b528bd150b129fa97b9080341f04e0c252 [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 Williams90cf9fd2018-05-11 10:26:21 -070043 supported-branches-regexp: '^(master|cord-6.0|cord-5.0|cord-4.1|cord-4.0)$'
Kailash Khalasica590552018-05-24 15:09:42 -070044 legacy-branches-regexp: '^(cord-5.0|cord-4.1|cord-4.0)$'
Zack Williams90cf9fd2018-05-11 10:26:21 -070045 modern-branches-regexp: '^(master|cord-6.0)$'
Zack Williamsac984412018-04-04 15:39:45 -070046
Zack Williamsc27ca2d2018-04-11 13:16:45 -070047 # for matching files with file-include-regexp
48 all-files-regexp: '.*'
Kailash Khalasica590552018-05-24 15:09:42 -070049 doc-files-regexp: '^docs/.*'
Zack Williams90cf9fd2018-05-11 10:26:21 -070050
Kailash Khalasica590552018-05-24 15:09:42 -070051 # Jenkins SSH host doc publisher
52 docs-ssh-host: 'guide.opencord.org'
Zack Williams642e5f72018-06-05 13:24:13 -070053 docs-ssh-host-key: 'guide.opencord.org,52.9.82.207 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFHwOY3/8GucdKzBngH/FC08nHac/RJ/OheZp2+5EpOPXZG9zQW2YUbXH5A9pO76lI5CG3z3+huG62xEGo99UQU='
54