X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fglobal-defaults.yaml;h=f81e8c25760e58a9ecdbb07e21b808d9905d7877;hb=0e9584e187edb624e37bb3f1845df100bf8b5a1d;hp=fc6044f371127bf36ff0047577bcc8947b9446d5;hpb=12634449325b766b1e83dd1578f8325e4c30cad5;p=ci-management.git diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml index fc6044f37..f81e8c257 100644 --- a/jjb/global-defaults.yaml +++ b/jjb/global-defaults.yaml @@ -11,6 +11,9 @@ build-artifact-days-to-keep: -1 build-artifact-num-to-keep: 5 + failure-notification: "releng+onap@linuxfoundation.org" + failure-notification-prefix: "[releng]" + # lf-infra defaults lftools-version: <1.0.0 @@ -38,7 +41,7 @@ # Timeout in minutes build-timeout: 90 - build-node: ubuntu1604-builder-2c-1g + build-node: ubuntu2004-builder-4c-4g archive-artifacts: '' @@ -56,3 +59,11 @@ # SonarCloud sonarcloud_project_organization: onap sonarcloud_api_token: da97604dfdc36ec82488a97ebea96ad01f7b10ff + sonar_mvn_goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar" + + # Nexus3 docker registries + container-public-registry: nexus3.onap.org:10001 + container-snapshot-registry: nexus3.onap.org:10003 + container-staging-registry: nexus3.onap.org:10004 + # the quotes here are REQUIRED + container-push-registry: '{container-snapshot-registry}'