Questions tagged [jenkins-mailer-plugin]

Questions regarding Jenkins's Mailer Plugin

Jenkins's Mailer Plugin

This plugin allows you to configure email notifications for build results.

Site: https://wiki.jenkins.io/display/JENKINS/Mailer

Github: https://github.com/jenkinsci/mailer-plugin

Downloads: http://updates.jenkins-ci.org/download/plugins/mailer/

9 questions
1
vote
0 answers

Want to add the HTML report as an attachment in mail in Jenkins Pipeline post actions

I want to add the Generated Html report in the mail when using Jenkins pipeline post actions. Path of the HTML reports in the workspace :…
0
votes
1 answer

Jenkins Mailer - Send e-mail to user who started build job

When a build job fails, I want to send an email to the user who started the job. I use a jenkins buildfile (Pipeline script). The current code is: post { success { doSomething() } failure { …
gabolo
  • 21
  • 4
0
votes
0 answers

How to add a table to an email with the build result?

I have a problem. In Jenkins, I run automatic tests using Postman. When the build is done, an e-mail notification is sent with an attachment with the logs. In Jenkins, Newman returns me a table with the results: I would like only such a table with…
dawid
  • 1
  • 2
0
votes
0 answers

com.sun.mail.smtp.SMTPSendFailedException: 530 Authentication required in Jenkins

I've turned on less secured apps on google. Checked use SMTP Authentication in Jenkins. Tried using AWS Simple email service too. But still, Authentication required error is showing up Error logs using Google SMTP ERROR: 530-5.5.1 Authentication…
0
votes
1 answer

Jenkins e-mail notification only for first failing commit

For my Jenkins job I would like to have Jenkins send e-mails under two conditions: The build was fine before, but now it fails. The build failed before, but now it is fine. I do not want it to send e-mails for any additional failing builds between…
rerx
  • 1,133
  • 8
  • 19
0
votes
2 answers

Jenkins Email notification sent successfully but not delivered

Below is the log and its working fine when i ask Jenkins to send it to individuals but the same is not working fine when i ask Jenkins to send it to a distribution list. 04:22:08 Email was triggered for: Always 04:22:08 Sending email for trigger:…
Docgyan
  • 655
  • 2
  • 12
  • 29
0
votes
0 answers

Jenkins: How do I set up the mailer plug-in to use Outlook.com account?

The question is quite simple (yet, I don't get it to work): Which steps are required for the Jenkins mailer plug-in to use an Outlook.com (aka Hotmail) account? My Jenkins is installed locally on a stand-alone Windows 10x64 VM with unrestricted…
AxD
  • 2,714
  • 3
  • 31
  • 53
0
votes
1 answer

Jenkins:Sending mail notification only when projects get 10 times consecutive failures

I added mail and editable mail notifications on the project.As I said it in the title.I just want to get a mail,if only project gets consecutively 10 times failure.I added unstable trigger on editable mail but couldn't get what I want.Thank you.
Dylan_
  • 53
  • 1
  • 11
0
votes
2 answers

Where does jenkins mailer plugIn store SMTP server name

I am using Jenkins v 2.60.2 and the Jenkins Mailer plugin When I configure jenkins and add an SMTP server name, where is this information persisted? Most jenkins info is stored as XML files in jenkins home, but I cannot seem to find this info…
Somaiah Kumbera
  • 7,063
  • 4
  • 43
  • 44