I found it.
In Manage Jenkins -> Configure Global Security, toward the middle of page
there's a section called Access Control For Builds. The Strategy was set to Run
as anonymous, I set it to Run as SYSTEM.
On Tuesday, March 1, 2022 at 10:02:49 PM UTC-5 zil...@gmail.com wrote:
> My Jenkins box
My Jenkins box uses Linux groups based security, and I set up Matrix-based
security on my configuration page.
How come ALL my jobs are "Running as anonymous" (seen on jobs' console
output), regardless on how they're triggered?
- Me logged in as my user (as an admin)
- Pipeline scan
- Cron
- Trig
I'm logged in as my user account (an admin) in Jenkins. I have
project-based security on, with no access to "anonymous" user. Now when I
run my Jenkins jobs manually, or via cron, the jobs run as "anonymous"
user. How can I set my jobs to run as "jenkins" user by default?
I wonder if this is t