X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdefaults.yaml;h=c89c6b56099e8adc95ccb6b5430d0c13ed7edab4;hb=3072a9d7dbf8b4c4556f07a284cd762c07e4ee55;hp=5297a60e0850876cf19377a2d45c9c0c763bd670;hpb=a9bf39e4f1f4b57f88865a5253660e4aacc26510;p=ci-management.git diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml index 5297a60e..c89c6b56 100644 --- a/jjb/defaults.yaml +++ b/jjb/defaults.yaml @@ -11,14 +11,19 @@ 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 - - # Default java version - java-version: openjdk8 + 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}' + # 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 @@ -35,3 +40,16 @@ # 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