X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdefaults.yaml;h=af6ec4532ae4bf71ffe82a2f75e951a21b05325b;hb=3f5f89b3b9f227a82db37e770e051350dde7bb68;hp=95041f940a814f124731eaa5300c96e07741a3f1;hpb=52096ec3f6a9ee9ce274209e72ba7183b3225f7e;p=ci-management.git diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml index 95041f94..af6ec453 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 + # templates use the push registry key; + # counter-intuitively, the quotes here are REQUIRED + container-push-registry: '{container-staging-registry}' - # Default java version - java-version: openjdk8 - + # 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