Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdelements/hubot-gitlab-ci


https://github.com/sdelements/hubot-gitlab-ci

Last synced: about 2 months ago
JSON representation

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
```