https://github.com/janza/hubot-gitlab-ci-webhook
https://github.com/janza/hubot-gitlab-ci-webhook
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janza/hubot-gitlab-ci-webhook
- Owner: janza
- Created: 2015-08-02T23:11:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T16:22:08.000Z (almost 10 years ago)
- Last Synced: 2025-01-05T23:27:42.827Z (4 months ago)
- Language: CoffeeScript
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-gitlab-ci-webhook
A hubot script that shows gitlab ci build results
See [`src/gitlab-ci-webhook.coffee`](src/gitlab-ci-webhook.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-gitlab-ci-webhook --save`
Then add **hubot-gitlab-ci-webhook** to your `external-scripts.json`:
```json
["hubot-gitlab-ci-webhook"]
```Add gitlab webhook url: ```http:///gitlabci```
Set ```GITLABCI_CHANNEL``` env variable to room that will receive notifications