Is it possible for migration Gitlab Enterprise Server in Azure DevOps pipline? I found only Github Enterprise Server. So, is it possible for Gitlab Enterprise Server? And, How to archieved this?
Are you looking to migrate your CI/CD or the repo? You can easily migrate the repo by importing the repo: learn.microsoft.com/azure/devops/repos/git/import-git-repository?view=azure-devops For the pipelines, if you are already using YAML the deployments will probably need some work. Keep an eye out, there will be announcements of some new tools as well in this space.
Thank you for such a nice explanation, but have a question to GitLab, do we have option to connect Gitlab sourcecode repo from AzureDevops while creating build/release pipeline in AzureDevops?
I got some way to do this but not sure is there any other way- 1) write a git push command to azure in gitlab-ci.yml. So as soon as you push to gitlab this yml file will push to azure. 2) Create a pipeline on azure side that will do all the build ,test etc part.
Is it possible for migration Gitlab Enterprise Server in Azure DevOps pipline?
I found only Github Enterprise Server. So, is it possible for Gitlab Enterprise Server? And, How to archieved this?
Are you looking to migrate your CI/CD or the repo? You can easily migrate the repo by importing the repo: learn.microsoft.com/azure/devops/repos/git/import-git-repository?view=azure-devops
For the pipelines, if you are already using YAML the deployments will probably need some work. Keep an eye out, there will be announcements of some new tools as well in this space.
Excellent demo. Thanks.
appreciate if i can have the source code of the project
Thank you for such a nice explanation, but have a question to GitLab, do we have option to connect Gitlab sourcecode repo from AzureDevops while creating build/release pipeline in AzureDevops?
Is it possible that I Push the code in Gitlab and Pipeline will build on Azure side? And how we can achieve this?
did u get a response on that ?
I got some way to do this but not sure is there any other way-
1) write a git push command to azure in gitlab-ci.yml.
So as soon as you push to gitlab this yml file will push to azure.
2) Create a pipeline on azure side that will do all the build ,test etc part.
U Can just create a pipeline ans choisie other git then copy thé link if thé repositiry and Ur username ans password if Ur aaccount
@@wassimbenregaya5445 Is gitlab option is there ? I can find the same for Github or others but not for gitlab. If you have some link please share.
When u choose others u just copy the link of thé repo u wanna build and Ur username and Ur password for Ur gitlab account it work like that
can we get a session for migrating the Azure repository to gitlab
Awesome!
CAN you post the code of the pipeline please ?
Is this project not on gitlab anymore? Thanks