I have Jenkins deploying artifacts to a file system based maven repository (e.g. copying maven build artifacts to a part of the file system.
I now want to make this accessible through http, but want to use the same Jenkins authentication rather than set up a separate HTTP server.
Is there a way to do this? (note: my builds are mostly Gradle based and multiple builds copy files to the same repo).
Tim