zoukankan      html  css  js  c++  java
  • Jenkins Email sending fails

    I set up the JENKINS Editable Email notification for my project with trigger for all builds.

    the build runs successfully but the emails does not send. The follwing is the result in the console output.

    BUILD SUCCESSFUL
    Total time: 43 seconds
    Email was triggered for: Always
    Sending email for trigger: Always
    Sending email to: chauhanheena@gmail.com
    Connection error sending email, retrying once more in 10 seconds...
    Connection error sending email, retrying once more in 10 seconds...
    Failed after second try sending email
    Finished: SUCCESS



    Solution:

      Make sure SMTP server is configured under "Manage Jenkins" -> "Configure System" -> "Extended E-mail Notification"

      Note also that depending on your plug-in set up, you may have another place to configure SMTP server. For example under "Manage Jenkins" -> "Configure System" -> E-mail Notification.

      That is not needed for this particular plug-in but it may lead you think you have everything done, while it is not :)

  • 相关阅读:
    网络安全之常见攻击
    引入element-ui
    引入sass
    浏览器解析流程
    JDK8 HashMap--removeNode()移除节点方法
    JDK8 HashMap--treeify()树形化方法
    JDK1.8 HashMap--treeifyBin()方法
    二叉查找树ADT
    队列ADT

  • 原文地址:https://www.cnblogs.com/jj1118/p/6085421.html
Copyright © 2011-2022 走看看