Azure DevOps
Authenticate to Azure DevOps repositories using a personal access token (PAT).
Create Azure DevOps credentials
After creating and copying your access token, create a new credential in Seqera:
- From an organization workspace: Select Credentials > Add Credentials. From your personal workspace: Go to the user menu and select Your credentials > Add credentials.
- Enter a Name for the new credentials.
- Select Azure DevOps as the Provider.
- Enter your Username and Access token.
- (Recommended) Enter the Repository base URL to scope the credentials to a specific repository (e.g.,
https://dev.azure.com/<your organization>/<your project>).