How can I set the Sender's address in Jenkins?

后端 未结 6 985
心在旅途
心在旅途 2021-01-30 19:16

I\'m sending mail from Jenkins to an anonymous SMTP relay internally. That relay then securely sends mail to exchange online via TLS on port 587. The transport works perfectly,

6条回答
  •  無奈伤痛
    2021-01-30 19:42

    There are two places to add the "E-Mail Notificaitons"

    1. Global level
    2. Local level (Jenkins job level)

    To set the E-Mail Notification at Global Level, follow below steps - 1) Go to Manage Jenkins 2) Configure System 3) Jenkins Location 4) System Admin e-mail address

    To set the E-Mail Notification at local level (per Jenkins job level), follow below steps - 1) Click on the Job name (if existing one) 2) click on the "Configure" 3) Then look for the "Post-build Action" 4) Specify the email address under "E-mail Notification". 5) Save the changes.

提交回复
热议问题