Keywords: Jenkins - AWS - Technical issue - Permissions
bnsupport ID: 9061710c-b99d-7370-ddea-4c919186a1a8
Description:
When I connect via SSH to the Jenkins server and log into the Jenkins user and run id
I get:
uid=1001(jenkins) gid=1002(jenkins) groups=1002(jenkins),27(sudo),998(docker)
But when I run a job (in which I run id
) I get this:
uid=1001(jenkins) gid=0(root) groups=0(root)
Which breaks a lot of my setup. Is there a way to run jobs as the Jenkins user setup from the first id
command?