Integration engine for gitlab build hooks
1.5K
This tool can be used in a gitlab project in order to integrate other systems (currently only Trello) with the gitlab project.
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 <...>
Content type
Image
Digest
Size
234.3 MB
Last updated
almost 10 years ago
docker pull zeeke/gitlab-build-hooks