Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdelements/hubot-gitlab-ci
https://github.com/sdelements/hubot-gitlab-ci
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdelements/hubot-gitlab-ci
- Owner: sdelements
- License: mit
- Created: 2016-01-13T19:27:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T01:39:50.000Z (almost 7 years ago)
- Last Synced: 2024-04-26T02:41:28.363Z (8 months ago)
- Language: CoffeeScript
- Size: 9.77 KB
- Stars: 4
- Watchers: 47
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-gitlab-ci
See [`src/gitlab-ci.coffee`](src/gitlab-ci.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-gitlab-ci --save`
Then add **hubot-gitlab-ci** to your `external-scripts.json`:
```json
["hubot-gitlab-ci"]
```## Sample Usage
Add the following URL as a build web hook in GitLab:
```
http://:/gitlab-ci?targets=room1,room2
```or to filter for a specific status:
```
http://:/gitlab-ci?targets=room1&status=failed
```