In the 'General Settings' of my build configuration, I specify three different .html files in the 'Artifact Paths' text field, all with the same name. Each .html file is located in a separate directory, for example:
However, this presents an issue. When I run my build which generated these files, only one report.html is present in the 'Artifacts' tab when the build has completed.
My presumption is that due to the fact that all three of these files are named report.html, it is overwriting the file two times. How do I prevent this from happening?