Andrew Grimberg | 57d2efc | 2019-04-04 12:55:17 -0700 | [diff] [blame] | 1 | --- |
| 2 | # O-RAN JJB template variable default values |
| 3 | |
| 4 | - defaults: |
| 5 | name: global |
| 6 | |
| 7 | # lf-infra-defaults |
Andrew Grimberg | 12dd647 | 2019-05-13 14:54:32 -0700 | [diff] [blame] | 8 | gerrit-server-name: gerrit.o-ran-sc.org |
Andrew Grimberg | 57d2efc | 2019-04-04 12:55:17 -0700 | [diff] [blame] | 9 | jenkins-ssh-credential: jenkins |
| 10 | lftools-version: <1.0.0 |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 11 | |
Lott, Christopher (cl778h) | 2984c9e | 2020-01-15 10:37:25 -0500 | [diff] [blame] | 12 | # build discards |
| 13 | build-days-to-keep: 30 |
| 14 | |
| 15 | # pattern for build files to archive |
Anil Belur | 439502c | 2023-05-07 12:39:38 +1000 | [diff] [blame] | 16 | archive-artifacts: "" |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 17 | |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 18 | # most jobs invoke docker |
| 19 | build-node: ubuntu1804-docker-4c-4g |
| 20 | |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 21 | # Nexus3 docker registries |
| 22 | container-public-registry: nexus3.o-ran-sc.org:10001 |
| 23 | container-snapshot-registry: nexus3.o-ran-sc.org:10003 |
Andrew Grimberg | 8a4f190 | 2019-06-12 09:33:54 -0700 | [diff] [blame] | 24 | container-staging-registry: nexus3.o-ran-sc.org:10004 |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 25 | # templates use the push registry key; |
| 26 | # counter-intuitively, the quotes here are REQUIRED |
Anil Belur | 439502c | 2023-05-07 12:39:38 +1000 | [diff] [blame] | 27 | container-push-registry: "{container-staging-registry}" |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 28 | |
Jessica Wagantall | c27d74f | 2023-11-10 11:42:59 -0800 | [diff] [blame^] | 29 | # Default branch |
| 30 | branch: master |
| 31 | |
Lott, Christopher (cl778h) | 3f5f89b | 2019-08-05 10:25:58 -0400 | [diff] [blame] | 32 | # Don't define default java version here, |
| 33 | # it will not be used by lf-maven-jobs. |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 34 | # Default maven version |
| 35 | mvn-version: mvn35 |
| 36 | # Default maven goals |
Anil Belur | 439502c | 2023-05-07 12:39:38 +1000 | [diff] [blame] | 37 | mvn-goals: "clean install" |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 38 | # Default JVM invocation options |
Anil Belur | 439502c | 2023-05-07 12:39:38 +1000 | [diff] [blame] | 39 | mvn-opts: "" |
Lott, Christopher (cl778h) | 609b46b | 2019-11-26 10:23:04 -0500 | [diff] [blame] | 40 | mvn-site-id: site |
| 41 | mvn-staging-id: staging |
Lott, Christopher (cl778h) | 72198a4 | 2019-04-23 13:59:52 -0400 | [diff] [blame] | 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 |
Lott, Christopher (cl778h) | 868ab36 | 2019-07-31 15:32:03 -0400 | [diff] [blame] | 50 | |
| 51 | # Config for PackageCloud.IO archive of DEB/RPM packages |
Lott, Christopher (cl778h) | ef04083 | 2019-08-23 15:14:46 -0400 | [diff] [blame] | 52 | packagecloud-account: o-ran-sc |
Lott, Christopher (cl778h) | 868ab36 | 2019-07-31 15:32:03 -0400 | [diff] [blame] | 53 | packagecloud-repo: staging |
| 54 | debian-distribution-versions: debian/stretch |
| 55 | rpm-distribution-versions: el/5 |
Lott, Christopher (cl778h) | 601a6cc | 2019-10-15 15:43:14 -0400 | [diff] [blame] | 56 | |
| 57 | # Sonarcloud |
| 58 | sonarcloud_project_organization: o-ran-sc |
| 59 | sonarcloud_api_token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef |
| 60 | |
Eric Ball | 0aff188 | 2019-10-15 11:08:10 -0700 | [diff] [blame] | 61 | # Release config |
| 62 | jenkins-ssh-release-credential: jenkins-release |
Aric Gardner | 3a0bcd2 | 2020-09-14 14:54:18 -0400 | [diff] [blame] | 63 | |
| 64 | # openstack-cron notification defaults |
| 65 | failure-notification: "releng+oransc@linuxfoundation.org" |
| 66 | failure-notification-prefix: "[releng]" |