X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdefaults.yaml;h=a3d48b3aa02fa12f06f2f8738a5bc6c41cbf5953;hb=refs%2Fheads%2Fmaster;hp=1da42f2ed6f71991f4cc21f23ae3b7be641c90b9;hpb=57d2efc82f126d5365c0dc1f41c77620eb8c6d3b;p=ci-management.git diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml index 1da42f2e..ebda548b 100644 --- a/jjb/defaults.yaml +++ b/jjb/defaults.yaml @@ -5,8 +5,62 @@ name: global # lf-infra-defaults - gerrit-server-name: gerrit.oran-osc.org + gerrit-server-name: gerrit.o-ran-sc.org jenkins-ssh-credential: jenkins lftools-version: <1.0.0 - mvn-site-id: 'oran-site' - mvn-staging-id: 'oran-staging' + + # build discards + build-days-to-keep: 30 + + # pattern for build files to archive + archive-artifacts: "" + + # most jobs invoke docker + build-node: ubuntu1804-docker-4c-4g + + # Nexus3 docker registries + container-public-registry: nexus3.o-ran-sc.org:10001 + container-snapshot-registry: nexus3.o-ran-sc.org:10003 + container-staging-registry: nexus3.o-ran-sc.org:10004 + # templates use the push registry key; + # counter-intuitively, the quotes here are REQUIRED + container-push-registry: "{container-staging-registry}" + + # Default branch + branch: master + + # Don't define default java version here, + # it will not be used by lf-maven-jobs. + # Default maven version + mvn-version: mvn35 + # Default maven goals + mvn-goals: "clean install" + # Default JVM invocation options + mvn-opts: "" + mvn-site-id: site + mvn-staging-id: staging + mvn-snapshot-id: snapshots + staging-profile-id: 14a1ca3fc76ce + + # Nexus2 for jars + nexus-snapshot-repo: snapshots + + # Javadoc + javadoc-path: org.o-ran-sc.$PROJECT/$STREAM + + # Config for PackageCloud.IO archive of DEB/RPM packages + packagecloud-account: o-ran-sc + packagecloud-repo: staging + debian-distribution-versions: debian/stretch + rpm-distribution-versions: el/5 + + # Sonarcloud + sonarcloud_project_organization: o-ran-sc + sonarcloud_api_token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef + + # Release config + jenkins-ssh-release-credential: jenkins-release + + # openstack-cron notification defaults + failure-notification: "releng+oransc@linuxfoundation.org" + failure-notification-prefix: "[releng]"