X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdefaults.yaml;h=a3d48b3aa02fa12f06f2f8738a5bc6c41cbf5953;hb=refs%2Fheads%2Fmaster;hp=24795f0f973e2e29bcb88a48355cfaa6746bc0b1;hpb=cb12a9adb815c763bbc62439a1b00c72795b10da;p=ci-management.git diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml index 24795f0f..ebda548b 100644 --- a/jjb/defaults.yaml +++ b/jjb/defaults.yaml @@ -9,7 +9,11 @@ jenkins-ssh-credential: jenkins lftools-version: <1.0.0 - archive-artifacts: '' + # build discards + build-days-to-keep: 30 + + # pattern for build files to archive + archive-artifacts: "" # most jobs invoke docker build-node: ubuntu1804-docker-4c-4g @@ -20,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 @@ -53,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]"