This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 4576c1b  CAMEL-11930: pipeline e-mail support
4576c1b is described below

commit 4576c1b25773e49763b09727027f562ca76fecea
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue Feb 20 09:57:13 2018 +0100

    CAMEL-11930: pipeline e-mail support
    
    Let me not be the one to receive all build e-mails :)
---
 Jenkinsfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7632ac3..895a2fe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -77,7 +77,6 @@ pipeline {
         always {
             emailext(
                 subject: '${DEFAULT_SUBJECT}',
-                to: '[email protected]',
                 body: '${DEFAULT_CONTENT}',
                 recipientProviders: [[$class: 'CulpritsRecipientProvider']]
             )

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to