Integrating SMS service in Jenkins

雨燕双飞 提交于 2019-12-25 18:12:26

问题


Does anyone know how to implement SMS Plugin in Jenkins?!
I have searched in Jenkins and found the plugin (SMS Notification), however it involves cost.
I want to integrate SMS without bearing the cost. Any help is appreciated!! :)

Thanks


回答1:


This is a legitimate question!

  1. Make sure you are using Jenkins 2.x
  2. Download the email-ext plugin from https://plugins.jenkins.io/email-ext
  3. Install the plugin and restart Jenkins
  4. Configure your job -- in the Post Build Actions, select Editable Email Notification and enter the emails for the cellular company being used in the Project Recipient List

    T-mobile would be phonenumber@tmomail.net

    Verizon would be phonenumber@vtext.com

    AT&T would be phonenumber@txt.att.net ... etc

  5. Make sure you avoid the problem I had: Your System Admin e-mail address must have a valid email address.



来源:https://stackoverflow.com/questions/47221035/integrating-sms-service-in-jenkins

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!