osmith has uploaded this change for review.

View Change

jobs/coverity: modernize

* no need to mention "(jenkins-job-builder)" in the display-name
* set mail to jenkins-notifications ML like most other jobs

Change-Id: I0284dd7354157e057903f53cde149ce652e76550
---
M jobs/coverity.yml
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/78/28578/1
diff --git a/jobs/coverity.yml b/jobs/coverity.yml
index 576fa29..88b8a49 100644
--- a/jobs/coverity.yml
+++ b/jobs/coverity.yml
@@ -9,7 +9,7 @@
project-type: freestyle
defaults: global
description: 'Generated by job-builder'
- display-name: 'Coverity-Upload (jenkins-job-builder)'
+ display-name: 'Coverity-Upload'
node: coverity
builders:
- shell: |
@@ -18,7 +18,7 @@
./jenkins.sh
publishers:
- email:
- recipients: openbsc@lists.osmocom.org holger@freyther.de
+ recipients: 'jenkins-notifications@lists.osmocom.org'
notify-every-unstable-build: true
properties:
- build-discarder:

To view, visit change 28578. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I0284dd7354157e057903f53cde149ce652e76550
Gerrit-Change-Number: 28578
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange