I have different projects that are periodically created and tested on the Hudson server, but I do not want every company employee to see published artifacts for each project.
Initially, the project-based security key seemed first, but after many tests, I found that granting general read permissions is mandatory if you want users to be able to read anything on the hudson server.
So, at the end of the read permission is binary: either you grant global read permission or block everything, is it correct?
source share