Source: medium.com

Build status notify script

Category: Jenkins, github

For one of my projects I wanted to be notified when build starts and finished. I’m using Jenkins as a CI server and I know there is Slack Notification Plugin, but it seemed too much complicated for my purposes. I’ve decided to build simple alternative in Node.

Related Articles