Subfolder artifact path
Completed
Hi.
Our tests produces reports with following folder structure
<module_name>/tests_out/<test_name>/<component_name>.log
<module_name>/tests_out/<test_name>/<component_name>/<various component output, not needed>
I am trying to use following patterns:
+:**/tests_out/*/*.log
+:**/tests_out/*
I need to gather logs only inside <test_name> folders but not deeper
But TC does not handle first pattern.
Is there any way to achieve this?
Thank you.
Please sign in to leave a comment.
Your first pattern seems to work for me, +:**/tests_out/*/*.log. Do you have any checkout rules defined on your VCS Root? Are you able to share your build log with me via the Submit a Request button on the top of the page?
Sorry, my fault - typo in folder names.
Everything is work as expected.
Thank you.