Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Enable email notifications for the Jenkins Smokey job #5825

Merged
merged 1 commit into from
Apr 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/govuk_jenkins/templates/jobs/smokey.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
auth-token: <%= @environment_variables['SECOND_LINE_SLACK_AUTH_TOKEN']%>
build-server-url: <%= @slack_build_server_url %>
room: <%= @slack_room %>
- email:
recipients: govuk-ci-notifications@digital.cabinet-office.gov.uk
send-to-individuals: true
builders:
- shell: |
set +x
Expand Down