You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/11/20 23:25:40 UTC

[jspwiki] branch master updated: fix Jenkinsfile's emailext to:

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70dc328  fix Jenkinsfile's emailext to:
70dc328 is described below

commit 70dc3280c2d1f0d4085dba0da6587b57d96fd0e0
Author: juanpablo <ju...@apache.org>
AuthorDate: Wed Nov 21 00:25:12 2018 +0100

    fix Jenkinsfile's emailext to:
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f7d510e..b7cd1c1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,7 +55,7 @@ try {
         }
         emailext body: "See ${env.BUILD_URL}",
                  replyTo: 'dev@jspwiki.apache.org', 
-                 to: 'commits@apache.org',
+                 to: 'commits@jspwiki.apache.org',
                  subject: "[${env.JOB_NAME}] build ${env.BUILD_DISPLAY_NAME} - ${currentBuild.result}"
     }
 }
\ No newline at end of file