0.0.6 • Published 8 years ago

hubot-gitlab-ci v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-gitlab-ci

See 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:

["hubot-gitlab-ci"]

Sample Usage

Add the following URL as a build web hook in GitLab:

http://<ip>:<port>/gitlab-ci?targets=room1,room2

or to filter for a specific status:

http://<ip>:<port>/gitlab-ci?targets=room1&status=failed
0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago