onlyutkarsh / gitlab-integration

This extension integrates GitLab with Azure Pipelines. With this extension, you will be able to download the sources from a GitLab repository (using clone command) and use downloaded sources in Azure Pipelines
https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.gitlab-integration
GNU General Public License v3.0
20 stars 5 forks source link

Question: YAML configuration #4

Open mfkl opened 5 years ago

mfkl commented 5 years ago

Hi,

I have a couple questions.

Is it possible to have YAML configuration for azure devops in a self hosted gitlab repo or is it visual designer only?

nathan-alden-sr commented 5 years ago

I have a burning need for this, too! Unfortunately it does not seem like Microsoft cares about GitLab--there is no first-class connection support to GitLab repositories. As a result, I can't use YAML build definitions and have to design the pipelines in the UI.

A billion internet points if you can implement support for this!