X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdefaults.yaml;h=af6ec4532ae4bf71ffe82a2f75e951a21b05325b;hb=c2d0f36aa9bd27a01874978108a1d8cdbbbfba65;hp=95041f940a814f124731eaa5300c96e07741a3f1;hpb=868ab36421fe3136a83beddb1ef98b4e489fd9e9;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