I use the Jenkins configuration to send email notifications, The configuration screenshot is as follows
There are two very strange things here:
The final build result of my configuration will appear
[Pipeline] emailext
messageContentType = text/html; charset=UTF-8
Adding recipients from project recipient list
Analyzing: [email protected]
Looking for: [email protected]
starting at: 0
firstFoundIdx: 0
firstFoundIdx-substring: [email protected]
=> found type: 0
Analyzing: [email protected]
Looking for: [email protected]
starting at: 0
firstFoundIdx: 0
firstFoundIdx-substring: [email protected]
=> found type: 0
Analyzing: [email protected]
Looking for: [email protected]
starting at: 0
firstFoundIdx: 0
firstFoundIdx-substring: [email protected]
=> found type: 0
Adding recipients from trigger recipient list
Successfully created MimeMessage
Sending email to: [email protected]
*MessagingException message: failed to connect, no password specified?*
[Pipeline] echo
my app version:
Please help me with this problem. Thank you very much!
I had the same problem this week.
You can do what Antala Ashik says. I deleted plugin 2.73 and installed 2.69
It should be working now.
Or you can follow the link below. You can use a Groovy script to set your configurations. It seems to be possible workaround.
https://nickcharlton.net/posts/configuring-jenkins-email-ext-plugin-groovy.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With