This is part of the Fake.BuildServer.GitLab module.

GitLab

native support for GitLab specific APIs. The general documentation on how to use CI server integration can be found here. This module does not provide any special APIs please use FAKE APIs and they should integrate into this CI server. If some integration is not working as expected or you have features you would like to use directly please open an issue.

Nested types and modules

TypeDescription
Environment

https://docs.gitlab.com/ee/ci/variables/

Functions and values

Function or valueDescription
GitLab.defaultTraceListener
Signature: ITraceListener
GitLab.detect()
Signature: unit -> bool
GitLab.install(force)
Signature: force:bool -> unit
GitLab.Installer
Signature: BuildServerInstaller