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

Error when trying to overwrite template parameters #25

Open jppmateus opened 4 years ago

jppmateus commented 4 years ago

When using Gitlab integration, if you try to create a pipeline where you set a job to create or update a ARM Template, it's not possible to override template parameters.

After choose a template file and parameters file, the azure devops returns an error:

Warning: Failed to download the template file from the given path '$(System.DefaultWorkingDirectory)/_joao.mateus.abc-infrastructure/vnet/vnet.json' with the following error: No data source binding is available for input type artifactItemContent.

If I use the same code and configuration, but using github integration, everything works fine.