Top "Jenkins-email-ext" questions

The tag refers to `email-ext` plugin for Jenkins, which extends email sending options.

Send an email on Jenkins pipeline failure

How can I add to a Jenkins pipeline an old-style post-build task which sends email when the build fails? I …

jenkins jenkins-pipeline jenkins-email-ext
How to access $GIT_COMMIT in Jenkins declarative pipeline's post phase and emailext?

I want to send email when builds succeeds/fails along with some useful Git info such as commit SHA, previous …

jenkins jenkins-pipeline jenkins-email-ext
How to invoke email-ext plugin from Jenkins declarative script?

I am writing a simple Jenkins declarative script to run 'make' and send an email with the result (success/failure). …

jenkins jenkins-email-ext
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
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