Harald Welte has submitted this change and it was merged. (
https://gerrit.osmocom.org/13101 )
Change subject: jenkins: Send build failures to jenkins-notifications mailing
list
......................................................................
jenkins: Send build failures to jenkins-notifications mailing list
Change-Id: I5609a0f4b8f176ffa692db732abb4694acaaf927
---
M jobs/coverity.yml
M jobs/master-builds.yml
M jobs/osmo-gsm-tester-builder.yml
M jobs/osmocom-debian-install.yml
M jobs/osmocom-depcheck.yml
M jobs/osmocom-obs.yml
6 files changed, 20 insertions(+), 2 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved; Verified
diff --git a/jobs/coverity.yml b/jobs/coverity.yml
index b37d4a4..576fa29 100644
--- a/jobs/coverity.yml
+++ b/jobs/coverity.yml
@@ -33,5 +33,9 @@
- 'origin/master'
triggers:
- timed: "@daily"
+ publishers:
+ - email:
+ notify-every-unstable-build: true
+ recipients: '[email protected]'
# vim: expandtab tabstop=2 shiftwidth=2
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index c908ed9..3bac7b6 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -22,7 +22,7 @@
cmd: ./contrib/jenkins.sh
wrappers: []
trigger:
- email: [email protected] [email protected]
+ email: [email protected] [email protected]
git_base_url: git.osmocom.org
# in alphabetical order
diff --git a/jobs/osmo-gsm-tester-builder.yml b/jobs/osmo-gsm-tester-builder.yml
index 89ca203..470aed0 100644
--- a/jobs/osmo-gsm-tester-builder.yml
+++ b/jobs/osmo-gsm-tester-builder.yml
@@ -59,7 +59,7 @@
only-if-success: 'true'
default-excludes: false
- email:
- recipients: '[email protected]'
+ recipients: [email protected]
[email protected]
notify-every-unstable-build: true
properties:
- build-discarder:
diff --git a/jobs/osmocom-debian-install.yml b/jobs/osmocom-debian-install.yml
index 823db3c..2e88cbf 100644
--- a/jobs/osmocom-debian-install.yml
+++ b/jobs/osmocom-debian-install.yml
@@ -26,5 +26,9 @@
git-config-email: '[email protected]'
triggers:
- timed: "@midnight"
+ publishers:
+ - email:
+ notify-every-unstable-build: true
+ recipients: '[email protected]'
# vim: expandtab tabstop=2 shiftwidth=2
diff --git a/jobs/osmocom-depcheck.yml b/jobs/osmocom-depcheck.yml
index fd2432e..1e5533d 100644
--- a/jobs/osmocom-depcheck.yml
+++ b/jobs/osmocom-depcheck.yml
@@ -69,4 +69,9 @@
git-config-name: 'Jenkins Builder'
git-config-email: '[email protected]'
+ publishers:
+ - email:
+ notify-every-unstable-build: true
+ recipients: '[email protected]'
+
# vim: expandtab tabstop=2 shiftwidth=2
diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml
index 9b9f989..3682d0b 100644
--- a/jobs/osmocom-obs.yml
+++ b/jobs/osmocom-obs.yml
@@ -24,4 +24,9 @@
triggers:
- timed: "@midnight"
+ publishers:
+ - email:
+ notify-every-unstable-build: true
+ recipients: '[email protected]'
+
# vim: expandtab tabstop=2 shiftwidth=2
--
To view, visit https://gerrit.osmocom.org/13101
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5609a0f4b8f176ffa692db732abb4694acaaf927
Gerrit-Change-Number: 13101
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>