You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/02/20 08:57:15 UTC

[camel] branch master updated: CAMEL-11930: pipeline e-mail support

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 <zr...@apache.org>
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: 'zoran+cameldev@regvart.com',
                 body: '${DEFAULT_CONTENT}',
                 recipientProviders: [[$class: 'CulpritsRecipientProvider']]
             )

-- 
To stop receiving notification emails like this one, please contact
zregvart@apache.org.