2 # O-RAN JJB template variable default values
8 gerrit-server-name: gerrit.o-ran-sc.org
9 jenkins-ssh-credential: jenkins
10 lftools-version: <1.0.0
13 build-days-to-keep: 30
15 # pattern for build files to archive
18 # most jobs invoke docker
19 build-node: ubuntu1804-docker-4c-4g
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}'
29 # Don't define default java version here,
30 # it will not be used by lf-maven-jobs.
31 # Default maven version
34 mvn-goals: 'clean install'
35 # Default JVM invocation options
38 mvn-staging-id: staging
39 mvn-snapshot-id: snapshots
40 staging-profile-id: 14a1ca3fc76ce
43 nexus-snapshot-repo: snapshots
46 javadoc-path: org.o-ran-sc.$PROJECT/$STREAM
48 # Config for PackageCloud.IO archive of DEB/RPM packages
49 packagecloud-account: o-ran-sc
50 packagecloud-repo: staging
51 debian-distribution-versions: debian/stretch
52 rpm-distribution-versions: el/5
55 sonarcloud_project_organization: o-ran-sc
56 sonarcloud_api_token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef
59 jenkins-ssh-release-credential: jenkins-release
61 # openstack-cron notification defaults
62 failure-notification: "releng+oransc@linuxfoundation.org"
63 failure-notification-prefix: "[releng]"