External repository | Supported versions |
---|---|
GitHub Server | 2.15, through 3.4.1 |
GitHub Cloud | github.com |
Bitbucket Server/DC | 5.9.1 through 7.21.0 |
Bitbucket Cloud | bitbucket.org |
GitLab Self-Managed | 10.4.2 through 14.9.2 |
GitLab Cloud | gitlab.com |
anaconda-enterprise-anaconda-platform.yml
ConfigMap.
anaconda-enterprise-anaconda-platform.yml
ConfigMap for editing.
git
section (pictured below)
Example external repo configuration
section.
Internal repo configuration
section.
Example external repo configuration
.
name
= A descriptive name for the service your organization uses.
type
= The type of version control repository your organization uses: github-v3-api
.
url
= The URL of the API https://<FQDN>.com/api/v3/
.
credential-url
= The URL to authenticate against for repository operations such as cloning and pushing https://<FQDN>.com/api/v3/
.
repository
= Must be '{owner}-{id}'
encased in single quotes.
organization
= The name of your GitHub organization.
username
= The username associated with the Administrator account. This account must have full Admin permissions.
auth-token
= The personal access token for the Administrator account associated with the username
.
url
and credential-url
attributes must contain all lowercase characters.anaconda-enterprise-anaconda-platform.yml
ConfigMap.
anaconda-enterprise-anaconda-platform.yml
ConfigMap for editing.
git
section (pictured below)
Example external repo configuration
section.
Internal repo configuration
section.
Example external repo configuration
.
name
= A descriptive name for the service your organization uses.
type
= The type of version control repository your organization uses: github-v3-api
.
url
= The URL of the API https://api.github.com/
.
credential-url
= The URL to authenticate against for repository operations such as cloning and pushing https://github.com/<github-organization>
.
repository
= Must be '{owner}-{id}'
encased in single quotes.
organization
= The name of your GitHub organization.
username
= The username associated with the Administrator account. This account must have full Admin permissions.
auth-token
= The personal access token for the Administrator account associated with the username
.
url
and credential-url
attributes must contain all lowercase characters.anaconda-enterprise-anaconda-platform.yml
ConfigMap.
anaconda-enterprise-anaconda-platform.yml
ConfigMap for editing.
git
section (pictured below)
Example external repo configuration
section.
Internal repo configuration
section.
Example external repo configuration
.
name
= A descriptive name for the service your organization uses.
type
= The type of version control repository your organization uses: bitbucket-v1-api
.
url
= The URL of the API https://<FQDN>:7990
.
credential-url
= The URL to authenticate against for repository operations such as cloning and pushing https://<FQDN>:7990
.
repository
= Must be '{owner}-{id}'
encased in single quotes.
organization
= The name of your Bitbucket team.
username
= The username associated with the Administrator account. This account must have full Admin permissions.
auth-token
= The Bitbucket app password for the Administrator account associated with the username
.
url
and credential-url
attributes must contain all lowercase characters.anaconda-enterprise-anaconda-platform.yml
ConfigMap.
anaconda-enterprise-anaconda-platform.yml
ConfigMap for editing.
git
section (pictured below)
Example external repo configuration
section.
Internal repo configuration
section.
Example external repo configuration
.
name
= A descriptive name for the service your organization uses.
type
= The type of version control repository your organization uses: bitbucket-v2-api
.
url
= The URL of the API https://api.bitbucket.org
.
credential-url
= The URL to authenticate against for repository operations such as cloning and pushing https://bitbucket.org
.
repository
= Must be '{owner}-{id}'
encased in single quotes.
organization
= The name of your Bitbucket team.
username
= The username associated with the Administrator account. This account must have full Admin permissions.
auth-token
= The Bitbucket app password for the Administrator account associated with the username
.
url
and credential-url
attributes must contain all lowercase characters.anaconda-enterprise-anaconda-platform.yml
ConfigMap.
anaconda-enterprise-anaconda-platform.yml
ConfigMap for editing.
git
section (pictured below)
Example external repo configuration
section.
Internal repo configuration
section.
Example external repo configuration
.
name
= A descriptive name for the service your organization uses.
type
= The type of version control repository your organization uses: gitlab-v4-api
.
url
= The URL of the API https://<FQDN>.com
.
credential-url
= The URL to authenticate against for repository operations such as cloning and pushing https://<FQDN>.com
.
repository
= Must be '{owner}-{id}'
encased in single quotes.
organization
= The name of your GitLab group.
username
= The username associated with the Administrator account. This account must have full Admin permissions.
auth-token
= The access token for the Administrator account associated with the username
.
url
and credential-url
attributes must contain all lowercase characters.anaconda-enterprise-anaconda-platform.yml
ConfigMap.
anaconda-enterprise-anaconda-platform.yml
ConfigMap for editing.
git
section (pictured below)
Example external repo configuration
section.
Internal repo configuration
section.
Example external repo configuration
.
name
= A descriptive name for the service your organization uses.
type
= The type of version control repository your organization uses: gitlab-v4-api
.
url
= The URL of the API https://gitlab.com
.
credential-url
= The URL to authenticate against for repository operations such as cloning and pushing https://gitlab.com
.
repository
= Must be '{owner}-{id}'
encased in single quotes.
organization
= The name of your GitLab group.
username
= The username associated with the Administrator account. This account must have full Admin permissions.
auth-token
= The access token for the Administrator account associated with the username
.
url
and credential-url
attributes must contain all lowercase characters.