Forum Discussion
lokeshpareek_iqvia
Feb 10, 2022Copper Contributor
How to connect GitLab repository for Azure devops CI/CD pipeline
My source code is present in Gitlab repository and I want to setup a CI/CD pipeline using Azure Devops, However I don't find any option there to establish connection between Gitlab repository and ...
Lohith_GN
Oct 07, 2022Copper Contributor
here is the steps:
Select Other Git. When you select other git, you will be presented with the following UI:
Next click on Add Connection.
You will be presented with a Add Service Connection dialog (see below)
In the Connection Name text box - provide a meaningful name
In Git repository URL, provide your git repo URL to clone
user name - provide a user name
password/token - generate a PAT (token) in your gitlab env and paste it here.
Hope this helps.