X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fglobal-defaults.yaml;h=c5f8853bfa41dd102da9f4c74a3b557b586c006d;hb=4494c8d3ecb8fab909b37f6831e27d266d66e10d;hp=fc6044f371127bf36ff0047577bcc8947b9446d5;hpb=c4068589197fe219095fb62f254fde5e25625f24;p=ci-management.git diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml index fc6044f37..c5f8853bf 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: ubuntu1804-builder-4c-4g archive-artifacts: '' @@ -55,4 +58,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}'