osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42607?usp=email )
Change subject: jobs/octsim_osmo-ccid-firmware: add email param ...................................................................... jobs/octsim_osmo-ccid-firmware: add email param Allow configuring the email notifications before starting a job, so no notifications can be set while testing changes to the jenkins job. Add [email protected] while at it, as we have it with almost all other jobs. Change-Id: Ifcd580873479fc259119139d47447ba0e21b21f4 --- M jobs/octsim_osmo-ccid-firmware.yml 1 file changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/07/42607/1 diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml index 599acc1..e64e7ea 100644 --- a/jobs/octsim_osmo-ccid-firmware.yml +++ b/jobs/octsim_osmo-ccid-firmware.yml @@ -7,6 +7,11 @@ - octsimtest block-downstream: false block-upstream: false + parameters: + - string: + name: EMAIL_NOTIFICATIONS + description: For failed build notifications, set to empty to disable + default: '[email protected] [email protected] [email protected]' builders: - shell: | cd ./tests @@ -43,7 +48,7 @@ publishers: - email: notify-every-unstable-build: true - recipients: [email protected] [email protected] + recipients: '$EMAIL_NOTIFICATIONS' send-to-individuals: true retry-count: '3' triggers: -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42607?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: Ifcd580873479fc259119139d47447ba0e21b21f4 Gerrit-Change-Number: 42607 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]>
