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
You need to select "Other Git" in this scenario.
But do note that inorder for DevOps to successfully clone repo you provide via a link, your repo should be publicly clonable or you need to embed username:password in your clone repo link (not advisable)
But do note that inorder for DevOps to successfully clone repo you provide via a link, your repo should be publicly clonable or you need to embed username:password in your clone repo link (not advisable)
Mengly
Aug 21, 2023Copper Contributor
I found GitHub Enterprise Server. So, Is it possible to import Gitlab Enterprise Server in to Azure DevOps repo?