You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: