I am trying to setup Jenkins such that multiple teams can work with one installation. Every team needs the same set of jobs to be executed, but each of them should see only 'their' jobs. With this in mind I read
https://www.cloudbees.com/blog/multi-tenancy-jenkins.
So far I learned that project based matrix authentication strategy is the thing to go for.
Since I'd like to have team-specific variables for the otherwise extremely similar jobs I also thought of installing the Folders plugin, however it seems every user can see every folder.
How is this intended to work?