X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdefaults.yaml;h=ebda548bdb6bd12a3e16263ad872c681cc1781ec;hb=27b624569849dfb6c792c68604919db5abc7ecf5;hp=34b92a86063eb50fe8c88d62cbfd762287f467bd;hpb=2984c9e65fe37171f233822a2ea92f29992460df;p=ci-management.git diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml index 34b92a86..ebda548b 100644 --- a/jjb/defaults.yaml +++ b/jjb/defaults.yaml @@ -13,7 +13,7 @@ build-days-to-keep: 30 # pattern for build files to archive - archive-artifacts: '' + archive-artifacts: "" # most jobs invoke docker build-node: ubuntu1804-docker-4c-4g @@ -24,16 +24,19 @@ 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}' + container-push-registry: "{container-staging-registry}" + + # Default branch + branch: master # 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 - mvn-goals: 'clean install' + mvn-goals: "clean install" # Default JVM invocation options - mvn-opts: '' + mvn-opts: "" mvn-site-id: site mvn-staging-id: staging mvn-snapshot-id: snapshots @@ -57,3 +60,7 @@ # Release config jenkins-ssh-release-credential: jenkins-release + + # openstack-cron notification defaults + failure-notification: "releng+oransc@linuxfoundation.org" + failure-notification-prefix: "[releng]"