https://github.com/dfischer/gitlab-notify-slack
Notify slack channel from a gitlab build
https://github.com/dfischer/gitlab-notify-slack
gitlab gitlab-ci slack
Last synced: about 2 months ago
JSON representation
Notify slack channel from a gitlab build
- Host: GitHub
- URL: https://github.com/dfischer/gitlab-notify-slack
- Owner: dfischer
- License: unlicense
- Created: 2018-08-21T03:25:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T03:35:24.000Z (almost 8 years ago)
- Last Synced: 2025-03-05T05:16:55.506Z (over 1 year ago)
- Topics: gitlab, gitlab-ci, slack
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlab-notify-slack
Notify slack channel from a gitlab build
# Example
Run from CLI:
`SLACK_WEBHOOK_URL=http://slack.com/some_webhook_url_example go run main.go -app="YOAPP" -env=production -message=hihihihi -job_url=http://example.com -app_url=http://example.com`