You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must have the Go toolchain, make, and dep installed. For Docker support, you will need to have Docker installed as well.
See more at Brigade Developers Guide
From there:
$ make build
To build a Docker image
$ make docker-build
Compatibility
GitLab Gateway
Brigade Core
v0.10.0
v0.10.0
v0.1.0
v0.9.0 (and previous)
GitLab Integration
The Default URL for the GitLab Gateway is at :7446/events/gitlab/. In your GitLab project, go to Settings -> Integrations. Depending on how you set up
your Kubernetes and the GitLab Gateway will determine your externally accessable host/IP/Port. Out of the box the gateway sets up as LoadBalancer; use the host/Cluster IP and check the GitLab Gateway Kubernetes Service for the external port (something like 30001).
Enter that IP/Port and URL at the Webhook Integration URL. The Secret Token will be the same string used in the Brigade Project values.yamlsharedSecret property.
Check the boxes for the Trigger events to publish from the GitLab instance. SSL is optional.