Artifact Repositories
Artifact Repositories allows configuring custom artifact registries that will be available to CI pipelines during the dependency resolution phase of a build. This is useful when components depend on packages hosted in private or self-managed registries.
Supported repository types:
- NuGet
- Helm
- Maven
- Docker
- npm
The table lists all configured repositories with the following columns:
| Column | Description |
|---|---|
| Type | The repository type icon (NuGet, Docker, etc.) |
| Name | The name identifying the repository |
| URL | The registry URL |
Actions per row: Credentials — view or update stored credentials; Delete; More.
Add New Repository
Use + Add New Repository to register a new artifact registry.
| # | Field | Description |
|---|---|---|
| 1 | Repository Name | A label identifying the registry within the account |
| 2 | Repository URL | The URL of the artifact registry |
| 3 | Repository Type | The type of registry — NuGet, Helm, Maven, Docker, or npm |
| 4 | Login | Service account username for authentication |
| 5 | Password | Service account password |
| 6 | Password again | Password confirmation |