Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

fastly/jenkins-jobs-slack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-jobs-slack

Slack publisher and config for jenkins job builder

Getting started

- project:
  name: foo
  publishers:
      - slack:
          team-domain: example.com
          auth-token: secret
          build-server-url: https://jenkins.example.com
          room: '#jenkins'
          notify-start: true
          notify-success: true
          notify-aborted: true
          notify-notbuilt: true
          notify-unstable: true
          notify-failure: true
          notify-backtonormal: true
          notify-repeatedfailure: true
          include-test-summary: true
          commit-info-choice: NONE | AUTHORS | AUTHORS_AND_TITLES
          include-custom-message: true
          custom-message: message

About

Slack publisher and config for jenkins job builder

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%