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
| global.codefresh.gitIntegration | object |`{"provider":{"apiUrl":null,"name":"GITHUB"}}`| Git integration for this runtime. Requires the Git provider name and the provider's API URL. |
113
-
| global.codefresh.gitIntegration.provider | object |`{"apiUrl":null,"name":"GITHUB"}`| The Git provider to use. We currently support GitHub, GitLab, Bitbucket Server, and Bitbucket Cloud. |
114
-
| global.codefresh.gitIntegration.provider.apiUrl | string |`nil`| Provider API URL. Example for GitHub, https://api.github.com.|
112
+
| global.codefresh.gitIntegration | object |`{"provider":{"apiUrl":"https://api.github.com","name":"GITHUB"}}`| Git integration for this runtime. Requires the Git provider name and the provider's API URL. |
113
+
| global.codefresh.gitIntegration.provider | object |`{"apiUrl":"https://api.github.com","name":"GITHUB"}`| The Git provider to use. We currently support GitHub, GitLab, Bitbucket Server, and Bitbucket Cloud. |
114
+
| global.codefresh.gitIntegration.provider.apiUrl | string |`"https://api.github.com"`| Provider API URL. Example for GitHub, https://api.github.com.|
115
115
| global.codefresh.gitIntegration.provider.name | string |`"GITHUB"`| Name of the Git provider: BITBUCKET, BITBUCKET_SERVER, GITHUB, GITLAB |
116
116
| global.codefresh.url | string |`"https://g.codefresh.io"`| URL of Codefresh platform. |
117
117
| global.codefresh.userToken | object |`{"secretKeyRef":{},"token":""}`| User token. Used for runtime registration against the patform. One of token (for plain text value) or secretKeyRef must be provided. |
0 commit comments