CI: Deprecate Jenkins Sonar jobs
[ci-management.git] / jjb / defaults.yaml
1 ---
2 # O-RAN JJB template variable default values
3
4 - defaults:
5     name: global
6
7     # lf-infra-defaults
8     gerrit-server-name: gerrit.o-ran-sc.org
9     jenkins-ssh-credential: jenkins
10     lftools-version: <1.0.0
11
12     # build discards
13     build-days-to-keep: 30
14
15     # pattern for build files to archive
16     archive-artifacts: ""
17
18     # most jobs invoke docker
19     build-node: ubuntu1804-docker-4c-4g
20
21     # Nexus3 docker registries
22     container-public-registry: nexus3.o-ran-sc.org:10001
23     container-snapshot-registry: nexus3.o-ran-sc.org:10003
24     container-staging-registry: nexus3.o-ran-sc.org:10004
25     # templates use the push registry key;
26     # counter-intuitively, the quotes here are REQUIRED
27     container-push-registry: "{container-staging-registry}"
28
29     # Default branch
30     branch: master
31
32     # Don't define default java version here,
33     # it will not be used by lf-maven-jobs.
34     # Default maven version
35     mvn-version: mvn35
36     # Default maven goals
37     mvn-goals: "clean install"
38     # Default JVM invocation options
39     mvn-opts: ""
40     mvn-site-id: site
41     mvn-staging-id: staging
42     mvn-snapshot-id: snapshots
43     staging-profile-id: 14a1ca3fc76ce
44
45     # Nexus2 for jars
46     nexus-snapshot-repo: snapshots
47
48     # Javadoc
49     javadoc-path: org.o-ran-sc.$PROJECT/$STREAM
50
51     # Config for PackageCloud.IO archive of DEB/RPM packages
52     packagecloud-account: o-ran-sc
53     packagecloud-repo: staging
54     debian-distribution-versions: debian/stretch
55     rpm-distribution-versions: el/5
56
57     # Sonarcloud
58     sonarcloud_project_organization: o-ran-sc
59     sonarcloud_api_token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef
60
61     # Release config
62     jenkins-ssh-release-credential: jenkins-release
63
64     # openstack-cron notification defaults
65     failure-notification: "releng+oransc@linuxfoundation.org"
66     failure-notification-prefix: "[releng]"