Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 1b3e63737 -> cea0450b4
Jenkinsfile: send mails to commits@ instead of dev@ Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/cea0450b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/cea0450b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/cea0450b Branch: refs/heads/feature/cd-pipeline Commit: cea0450b4b0b1438b6327d8762a8401240a48d8b Parents: 1b3e637 Author: Dominik Psenner <[email protected]> Authored: Wed Jul 5 17:44:23 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Wed Jul 5 17:44:23 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cea0450b/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 1f206ee..5ba58fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -256,7 +256,8 @@ pipeline { } post { failure { - step([$class: 'Mailer', notifyEveryUnstableBuild: false, recipients: '[email protected]']) + // TODO: change this to dev@ + step([$class: 'Mailer', notifyEveryUnstableBuild: false, recipients: '[email protected]']) } } }
