Sign inSign up

zeeke/gitlab-build-hooks

By zeeke

Updated almost 10 years ago

Integration engine for gitlab build hooks

Image
0

1.5K

zeeke/gitlab-build-hooks repository overview

Gitlab Build Hooks

This tool can be used in a gitlab project in order to integrate other systems (currently only Trello) with the gitlab project.

Features

Create a build job in the .gitlab-ci.yml file:

...

trello_integrations:
  image: zeeke/gitlab-build-hooks
  script: trello_commit_to_card.py
                --gitlab-token <...>
                --trello-board-id <...>
                --trello-token <...>
                --trello-api-key <...>

Tag summary

Content type

Image

Digest

Size

234.3 MB

Last updated

almost 10 years ago

docker pull zeeke/gitlab-build-hooks