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

rombert pushed a commit to branch feature/SLING-7245
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git


The following commit(s) were added to refs/heads/feature/SLING-7245 by this 
push:
     new f4b2ae2  SLING-7245 - Validate pull requests using Jenkins
f4b2ae2 is described below

commit f4b2ae256b4cf768230fafcdaf72ebcff9f35f85
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Dec 20 16:46:05 2018 +0100

    SLING-7245 - Validate pull requests using Jenkins
    
    'emailExt' should be 'emailext'
---
 vars/slingOsgiBundleBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 317707a..8df3766 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -155,5 +155,5 @@ def processResult(def currentBuild, String previous, def 
recipients) {
     def recipientList = []
     recipients.each { r -> recipientList.add(r) }
 
-    emailExt subject: subject, body: body, replyTo: '[email protected]', 
recipientProviders: recipientProviders, to: recipientList.join(',')
+    emailext subject: subject, body: body, replyTo: '[email protected]', 
recipientProviders: recipientProviders, to: recipientList.join(',')
 }
\ No newline at end of file

Reply via email to