-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: s3-plugin
-
None
If the filter wildcard is not the first character, the āPublish artifacts to S3 Bucketā step will drop all characters before the wildcard. e.g. if the filter is āpackage.*.nupkgā the file āpackage.2.7.0.4.nupkgā will be uploaded as ā2.7.0.4.nupkgā
The culprit seems to be explicit code in FileHelper.getSearchPathLength(), but the behavior is not obvious when configuring the step and there is no way to configure around this if you need to match like this.
In my case to workaround this, my script moved the package.*.nupkg to an isolated directory and publish from there.