tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
RemoteGitProvider.cs
Go to the documentation of this file.
2{
6 public enum RemoteGitProvider // Note if adding more: There's an assumption that all but unknown can derive a slug
7 {
11 Unknown,
12
16 GitHub,
17
21 GitLab,
22 }
23}
@ Unknown
This catch-all code is applied to jobs that were created on a tgstation-server before v5....
RemoteGitProvider
Indicates the remote git host.
@ GitLab
Remote provider is GitLab.com.