I would like to know the following:
The reason I ask this is that we have a team of Developers working within Gitlab and pushing changes to GitLab(with GitLab CI/CD). And we also have another team using Azure as their DevOps tool and would like to continue with azure without making major changes of tools.
To make things clearer, how can I use the same code being pushed to GitLab on azure to build pipelines and still track all commits and pushes made to Gitlab?
How do I use Gitlab projects/code to build Azure pipelines?