Jenkins Slack integration

后端 未结 8 789
一整个雨季
一整个雨季 2021-02-07 01:30

I want to use the Slack plugin in Jenkins to ping notifications to a Slack channel.

Jenkins says success when I test the connection, but I don\'t receive any notificatio

8条回答
  •  情话喂你
    2021-02-07 02:04

    I though of adding it here for the greater good of the community. This is how you get the integration token

    Jenkins Instructions

    Get a Slack account: https://slack.com/
    Configure the Jenkins integration: https://my.slack.com/services/new/jenkins-ci
    Install this plugin on your Jenkins server
    Configure it in your Jenkins job and add it as a Post-build action.
    

    https://github.com/jenkinsci/slack-plugin

提交回复
热议问题