-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
Ubuntu 14.04 x86_64
Jenkins ver. 1.642.1
Oracle JDK 1.7
Build Pipeline Plugin 1.5.1
Role-based Authorization Strategy 2.2.0
Related to:
JENKINS-21188 Build Pipeline Plugin (1.4.2) throws ServletException: Need to log in to access <project> for not-logged in users
I'm using "role-based authorization strategy" plugin for my user access control.
I have a global build-pipeline view containing jobs accessible to some users only.
When people, who don't have access to jobs within build-pipeline view, login to Jenkins,
immediately they will see the "Oops! Stack trace page".
For people with the access to jobs within build-pipeline view login to Jenkins,
they won't see any problem.
If immediately delete the global build-pipeline view,
those people who had "Oops! Stack trace page" before won't have this problem any more.
Attach the HTML source code of Stack trace.
Surprisingly, there is not stack trace from Jenkins server log.