Top "Email-ext" questions

Email-ext is a Jenkins plugin, it allows you to configure every aspect of email notifications.

Why are Jenkins "extended emails" not including extended information?

We installed email-ext 2.24.1 into Jenkins 1.447. We set "Extended Email Notification" "Default Content" to $PROJECT_NAME - Build # $BUILD_NUMBER - $…

jenkins jenkins-plugins email-ext
How to invoke groovy templates in the Jenkins email-ext plugin

I want to use the Groovy scripting feature in the email-ext plugin for Jenkins, but I'm new to this and …

groovy jenkins continuous-integration email-ext
How will I filter out only errors in Jenkins-email-ext, BUILD_LOG_REGEX?

Currently I m using BUILD_LOG_REGEX in Jenkins Editable email information to get a log of the errors via …

regex jenkins email jenkins-plugins email-ext
Send parsed console output in email

I am working with two Jenkins plugins, Email-Ext and Log Parser. I have the regular expressions for the Log Parser …

email jenkins hudson logparser email-ext
Jenkins Email-ext plugin default Jelly script shows all unit tests, not just failed ones

I am using the Email-ext plugin on Jenkins, and the default Jelly script ${JELLY_SCRIPT,template="html"}. The template apparently …

jenkins jenkins-plugins email-ext
Jenkins pipeline emailext emailextrecipients: Can I also add specific, individual email address?

In Jenkins pipeline I'm using emailext with emailextrecipients as follows: emailext ( subject: email_subject, mimetype: 'text/html', to: emailextrecipients([[$class: …

jenkins jenkins-pipeline email-ext
Jenkins Email-ext variables

I know there is $BUILD_STATUS and &BUILD_URL variables in Email-ext plugin. But I cant find anywhere what …

jenkins jenkins-plugins email-ext
How to include content of the html file to template of the jenkins email-ext?

I am using Jenkins and email-ext to send build notifications. Build produces small custom report stored as simple HTML in …

jenkins email-ext
Ant absolute path to single file in fileset

I'm using Jenkins with Email-Ext plugin to automate PHP Unit Testing. If the tests failed I want to send a …

ant jenkins absolute-path fileset email-ext
new location of email-ext templates under Jenkins home

I am can use the default html template from email-ext plugin, but I cannot locate the template file under the …

jenkins email-ext