-
Type:
Bug
-
Status: Resolved
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.13.0
-
Component/s: None
-
Labels:None
Placeholder syntax does not work when symlinks are involved.
Spec:
{ "files": [{ "pattern": "service-images/*-docker-image-(*).tar.gz", "target": "my-docker/{1}/ }] }
Where `service-images` is a symlink to another folder.
In the logs I see
For pattern:
service-images/*-docker-image-(*).tar.gz
1 artifacts were found.
Deploying artifact: https://<removed>/artifactory/my-docker/
The file that gets uploaded to Artifactory is indeed the file I expect, I just expect the {1}
to be replaced with `foo`. It looks like it's happy with the symlink when pattern matching but not when it goes to replace the placeholder which seems weird, if anything I would expect it to just break on the pattern matching.
- relates to
-
BI-427 Placeholder not replaced for uploads when files are symlinked
- Resolved