Probably renewal of bug https://issues.jenkins-ci.org/browse/JENKINS-2745
Also I am using Role Strategy plugin https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin
I need a global permission to Anonymous user to see all jobs and download artifacts
For each Project Role group I want to have only jobs, that are possible to edit etc.
So:
Anonymous have Global overall read access and jobs read access.
authenticated user have only Global overall read + Project role access to all project pattern jobs.
Expected:
When not logged in all jobs readonly
When logged in only configurable jobs are present
Actual:
When not logged in all jobs readonly
When logged in all jobs are present
No easy workaround is present.
- is related to
-
JENKINS-2745 Project-based perms granted to Anonymous not treated like "Everybody", just Anonymous
-
- Closed
-
The behavior has been introduced by
JENKINS-2745.Currently, this behavior is being widely used, so the fix won't be reverted
Do you want to see only configurable jobs in ListViews.
If yes, you can just...
1) Create a view with permission filters you need
2) Make this view default in Jenkins global configuration