Send email notification from Jenkins

前端 未结 6 1761
悲哀的现实
悲哀的现实 2021-01-01 14:08

I want to send email notification when any job gets done. Please let me know how can we propagate.

6条回答
  •  清酒与你
    2021-01-01 15:02

    1. Go to : manage jenkins --> manage plugins --> 'available' tab --> select 'email extension plugin' --> click on button 'install without restart'

    2. manage jenkins --> configure system --> enter details in 'email notification'

    Fill up the details as given below and save it:

    1. In the configuration of project/job , tick on the 'email notification' ---> enter the details ---> save it ---> build the job/project

提交回复
热议问题