Skip to content

Jenkins pipeline libriary to extend Slack notifications

License

Notifications You must be signed in to change notification settings

ganievs/slackNotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slackNotify

Jenkins pipeline library to extend Slack notifications

notification

Usage:

SetUp shared lib:

setup

Jenkinsfile:

  @Library('slack')_
  pipeline {
    agent {
      any
    }
  }
  ... Some pipeline stages ...
  post {
   always {
     notifySlack(currentBuild.currentResult, '#jenkins')
  }

About

Jenkins pipeline libriary to extend Slack notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 100.0%