Re: Why are ALL my Jenkins jobs "Running as anonymous?"

2022-03-01 Thread zil...@gmail.com
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

Why are ALL my Jenkins jobs "Running as anonymous?"

2022-03-01 Thread zil...@gmail.com
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

How to run a job as user other than "anonymous?"

2022-03-01 Thread zil...@gmail.com
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