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
If using Azure Pipelines, provide the account name, team project name, build definition name/build number:
AZGlobal/Azure Global CAT Engineering/Pipelines/Releases/Benfica-Jmeter-release
Agent - Hosted
- If using Hosted agent, provide agent queue name:
Agent name: 'Azure Pipelines 2'
Agent machine name: 'fv-az645'
Current agent version: '2.159.2'
Issue Description
Using the AzureResourceGroupDeployment@2 task and providing the file path link to the ARM template in the classic pipeline UI the task fails with error:
Error: Could not find any file matching the template file pattern
The debug logs show the path to the template correctly but failing when "applying matching pattern" within findmatch code block
For finding matching file patters AzureResourceGroupDeployment@2 task use findMatch library method.
I'm able to repro the scenario and the way to get unblocked is to avoid using brackets ('[' or ']') in folder/file name.
Hey @petegrimsdale The fix is rolled out and should be available in all the regions by end of this week. Closing this issue. Feel free to re-open or create a new issue for further queries.
Question, Bug, or Feature?
Type: Bug
Enter Task Name: AzureResourceGroupDeployment@2
Environment
Server - Azure Pipelines
AZGlobal/Azure Global CAT Engineering/Pipelines/Releases/Benfica-Jmeter-release
Agent - Hosted
- If using Hosted agent, provide agent queue name:
Agent name: 'Azure Pipelines 2'
Agent machine name: 'fv-az645'
Current agent version: '2.159.2'
Issue Description
Using the AzureResourceGroupDeployment@2 task and providing the file path link to the ARM template in the classic pipeline UI the task fails with error:
Error: Could not find any file matching the template file pattern
The debug logs show the path to the template correctly but failing when "applying matching pattern" within findmatch code block
Task logs
tasklog_5.zip
Troubleshooting
Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting
Error logs
[Insert error from the logs here for a quick overview]
The text was updated successfully, but these errors were encountered: