jenkins-email-ext Questions
4
Solved
I am trying to attach the template file using Jenkins pipeline, emailext.
Variable (PROJNAME) is not accessible in the template file and I am receiving exceptions as an email:
Exception raised ...
Shrunk asked 17/4, 2018 at 18:16
6
How can I add to a Jenkins pipeline an old-style post-build task which sends email when the build fails? I cannot find "Post-build actions" in the GUI for a pipeline. I know that I can wr...
Of asked 27/9, 2016 at 8:51
3
I want to send email when builds succeeds/fails along with some useful Git info such as commit SHA, previous successful SHA, commit message, etc.
I was able to do this in the old UI way but now I'v...
Feel asked 13/3, 2018 at 6:16
2
Solved
Is there a way you can send an email to a distribution list? This is not working as only the individual email addresses are working fine. Is there any setting that i am missing?
Flavouring asked 15/2, 2017 at 4:39
2
Solved
Jenkins 1.6 - 2.x
I have a job which runs every minute or 2 and sometimes the build fails and the next builds passes. For build failures, I'm using Editable Email Notification plugin in Jenkins.
...
Bayreuth asked 30/6, 2017 at 21:38
1
Solved
I am writing a simple Jenkins declarative script to run 'make' and send an email with the result (success/failure).
I can send a simple email using:
post {
success {
mail to:"[email protec...
Liegeman asked 15/5, 2017 at 14:37
1
© 2022 - 2024 — McMap. All rights reserved.