Top "Email-ext" questions

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

Access variable in email ext template using Jenkins pipeline

I am trying to attach the template file using Jenkins pipeline, emailext. Variable (PROJNAME) is not accessible in the template …

jenkins jenkins-plugins jenkins-pipeline email-ext jenkins-email-ext
Fail Jenkins Build based on build output and email failed log sections

I want to make the build fail by analyzing the results of the console log, for a mac project I …

jenkins continuous-integration jenkins-plugins email-ext
Jenkins Email-ext Jelly Scripts (High Level Overview)

My project has just integrated Jenkins as its CI server. We would love to use the Email-ext plugin to provide …

java jenkins hudson jelly email-ext
Jenkins Email-ext plugin - tokens

Hi I'm using Jenkins Email-ext plugin. Where can I find a list of all the things I can refer to …

jenkins jelly email-ext
Using Jenkins email-ext plugin with pipeline

I am running from my pipeline a snippet to send html mail from HTML file. it looks like that: emailext(…

jenkins groovy jenkins-pipeline email-ext jenkins-email-ext
Quickly testing Jelly templates in email-ext of Jenkins

The Email-ext of Jenkins allows you to write a Jelly email template. How do you write and test one without …

jenkins jenkins-plugins jelly email-ext
Embed html report in email body using Email-ext plugin on Jenkins pipeline?

How can I make the email body as the selenium html report. I have followed the methods give in the …

jenkins jenkins-pipeline email-ext
Jenkins Email-ext Pre-send Script

I want to edit email body in pre-send script in Email-ext Jenkins plugin. What language should I use to write …

bash jenkins jenkins-plugins email-ext
Jenkins pass build parameters to email-ext template

How can I pass the build parameters to the email-ext jelly template? Before making some builds I would like to …

java jenkins hudson jelly email-ext