Jenkins email-ext plugin not sending mail

后端 未结 8 2267
离开以前
离开以前 2021-02-01 20:21

I have Jenkins version 1.480.3 installed on my machine and Email-Extention Plugin 2.30.2.

Test mail from \"Manage Jenkins\" section works fine. When I add editable email

8条回答
  •  说谎
    说谎 (楼主)
    2021-02-01 21:06

    At first you have to create a template http://url-to-jenkins/emailexttemplates/. In the field "Project Recipient List" you can add some emails (comma separated). You can also insert global variables (Manage Jenkins > Configure System > Global properties) with:

    ${ENV, var="PATH"}

    The "Advanced Settings..." option provides a trigger management, just add "Recipient List" and now you should get some emails by Jenkins.

提交回复
热议问题