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

Give the ability to specify the backend url of the Git Lab Repository #7

Closed matthieupetite closed 5 years ago

matthieupetite commented 5 years ago

Hello,

We have an in house git lab server and I saw that your extension didn't give the ability to set that URL. So that's the aim on my PR. I also specify that it's the ID of the project that are targeted in the helper message

Cordialement

onlyutkarsh commented 5 years ago

@matthieupetite I have fixed this issue in a new release without adding the new field to the service connection UI. Please check and let me know if it solves issues for you. Again appreciate you taking time out to highlight the issue and suggesting the changes.