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
I want to get the path of files from directory C:\Program Files (x86)\Jenkins\workspace\junit\target\surefire-reports with pattern C:/Program Files (x86)/Jenkins/workspace/junit/target/surefire-reports/**/*.xml, but globby sync return empty array.
I found the cause is the pattern has a ( sympbol, so it didn't find the matching paths.
I also tried to other symbols and it worked well e.g -, _.
The text was updated successfully, but these errors were encountered:
I want to get the path of files from directory
C:\Program Files (x86)\Jenkins\workspace\junit\target\surefire-reports
with patternC:/Program Files (x86)/Jenkins/workspace/junit/target/surefire-reports/**/*.xml
, but globby sync return empty array.I found the cause is the pattern has a ( sympbol, so it didn't find the matching paths.
I also tried to other symbols and it worked well e.g -, _.
The text was updated successfully, but these errors were encountered: