osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/40655?usp=email )
Change subject: jobs/repo-install-test: add email parameter ......................................................................
jobs/repo-install-test: add email parameter
Change-Id: Ief7a800b5bc478adec03db52335965ed0cfa86ae --- M jobs/repo-install-test.yml 1 file changed, 5 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/jobs/repo-install-test.yml b/jobs/repo-install-test.yml index 0891e24..01ed548 100644 --- a/jobs/repo-install-test.yml +++ b/jobs/repo-install-test.yml @@ -37,6 +37,10 @@ description: | osmo-ci.git branch default: 'master' + - string: + name: EMAIL_NOTIFICATIONS + description: For failed build notifications, set to empty to disable + default: 'jenkins-notifications@lists.osmocom.org' axes: - axis: type: slave @@ -63,6 +67,6 @@ publishers: - email: notify-every-unstable-build: true - recipients: 'jenkins-notifications@lists.osmocom.org' + recipients: '$EMAIL_NOTIFICATIONS'
# vim: expandtab tabstop=2 shiftwidth=2