I want to setup multi-tenant support for our Jenkins. Let, we have 5 jobs for two users (GitHub user) in Jenkins and all the 5 jobs are in a single server.
user_1
hasj1
,j2
,j3
jobsuser_2
hasj4
,j5
jobs
Now,
user_1
can see onlyj1
,j2
andj3
jobs (and don't seej4
orj5
)user_2
can see onlyj4
andj5
jobs
when they come in Jenkins.
How can we setup Jenkins for multi-tenant support?