Azure Devops to GitLab CI-CD

Azure Devops repo commit to GitLab linked CiCD pipelines fails.

  • Create new project using Ci-CD repo link

  • Commit changes to linked repo in Azure Devops

  • Cannot see commit changes in GitLab

Hi, I think you need to push your commits from azure devops to gitlab.
You can:

  1. Do it locally (you need to do the last two steps everytime you commit)
git clone <gitlab link>
cd <foldername>
git remote add azure <azure link>
git pull azure <branch>
git push origin <branch>
  1. Do it with a pipeline
    Create a pipeline at either gitlab or azure devops and have it scheduled to run automatically
    example (azure):
    https://dev.azure.com/wongchunyat/wcyat.me/_git/mirror.wcyat.me?path=/azure-pipelines-1.yml