Jenkins ext-email plugin fails to send email on build success

前端 未结 10 2163
半阙折子戏
半阙折子戏 2020-12-18 18:32

I have Jenkins version 1.480.3 installed on my machine and Email-Extension Plugin 2.28.

I have configured my jobs on Jenkins and everything works fine except the fin

10条回答
  •  一向
    一向 (楼主)
    2020-12-18 19:30

    My first guess is that the global jenkins email configurations are not set correctly.

    Manage Jenkins -> Configure System -> E-mail Notification

    This is the default plugin, not the extended one you installed manually. The SMTP server field defaults to localhost, so unless you have an email server setup and running on the same box, this needs to be set.

    If that is set then I would try telnet'ing to your email server from your Jenkins server to make sure there is not a connection error.

提交回复
热议问题