From b6fb86e5b0ccec0cdc94a5269564242f3c60a173 Mon Sep 17 00:00:00 2001 From: Markus Gerstel Date: Wed, 8 May 2019 09:52:42 +0100 Subject: [PATCH] Add commit email notification configuration file Previously this was hard-coded into the Jenkins job definition. We are now moving this to the individual repositories so it is clearer where notifications go to and easier to change the notification settings. --- .git-notifier | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .git-notifier diff --git a/.git-notifier b/.git-notifier new file mode 100644 index 0000000000..94f17d6b87 --- /dev/null +++ b/.git-notifier @@ -0,0 +1,12 @@ +# GIT change notifications sent out by DLS Jenkins + +link=https://github.com/cctbx/cctbx_project/ +commit_link=https://github.com/cctbx/cctbx_project/commit/%s + +sender=CCTBX commit + +recipient=cctbx-commit +recipient_domain=jiscmail.ac.uk + +replyto=cctbxbb +replyto_domain=phenix-online.org