https://github.com/flanksource/gitlab-multirepo-deployer
application to trigger multiple gitlab pipelines on a specific branch
https://github.com/flanksource/gitlab-multirepo-deployer
Last synced: 5 months ago
JSON representation
application to trigger multiple gitlab pipelines on a specific branch
- Host: GitHub
- URL: https://github.com/flanksource/gitlab-multirepo-deployer
- Owner: flanksource
- License: apache-2.0
- Created: 2021-09-27T11:18:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:52:45.000Z (almost 2 years ago)
- Last Synced: 2025-12-01T06:47:21.244Z (7 months ago)
- Language: Go
- Size: 136 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlab-multirepo-deployer
Application to trigger multiple gitlab pipelines on a specific branch. Also able to scan through listed projects to determine if a specified branch is present.
Note - gitlab only allows pipelines to be triggered using CI tokens or trigger tokens - NOT personal tokens. For manual use, a personal access token is used for general api queries and a trigger token is required per project to trigger pipelines. When used in CI, the CI job token can be used for queries and triggers.