We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddd198 commit 0b79edeCopy full SHA for 0b79ede
pkg/codefresh/contexts.go
@@ -19,10 +19,12 @@ type (
19
Type string `json:"type"`
20
Data struct {
21
Auth struct {
22
- Type string `json:"type"`
23
- Username string `json:"username"`
24
- Password string `json:"password"`
25
- ApiHost string `json:"apiHost"`
+ Type string `json:"type"`
+ Username string `json:"username"`
+ Password string `json:"password"`
+ ApiHost string `json:"apiHost"`
26
+ // for gitlab
27
+ ApiURL string `json:"apiURL"`
28
ApiPathPrefix string `json:"apiPathPrefix"`
29
SshPrivateKey string `json:"sshPrivateKey"`
30
AppId string `json:"appId"`
0 commit comments