The tag refers to `email-ext` plugin for Jenkins, which extends email sending options.
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-extI want to send email when builds succeeds/fails along with some useful Git info such as commit SHA, previous …
jenkins jenkins-pipeline jenkins-email-extI am writing a simple Jenkins declarative script to run 'make' and send an email with the result (success/failure). …
jenkins jenkins-email-extI 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-extI 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