-
Type:
Sub-task
-
Status: Resolved
-
Resolution: Done
-
Affects Version/s: 2.7.2
-
Fix Version/s: 2.8.0
-
Component/s: None
-
Labels:None
When using specs on Windows, placeholders not being replaced by the capture groups.
for example, the following upload spec:
{ "pattern": "sandbox/folder/(.*)/.*.pdb", "target": "repoplay/subfolder/dummy_pipeline_scn/142/pdb/{1}/", "flat": "true", "regexp": "true" }
will produce the following path:
https://server/repoplay/subfolder/dummy_pipeline_scn/142/pdb/{1}/vc100.pdb
instead of:
https://server/repoplay/subfolder/dummy_pipeline_scn/142/pdb/captured_path/vc100.pdb