I'm trying to figure out what user Jenkins is running as.
I found How can I tell what user Jenkins is running as? where the selected answer suggests to do a $ps -u
but the output is simply
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
pierre 16444 1.0 0.0 29656 5092 pts/2 Ss 10:22 0:00 bash
pierre 16455 0.0 0.0 44432 3384 pts/2 R+ 10:22 0:00 ps -u
I have Jenkins installed and running at localhost:8080 and I can log into it from a diff box - So I assume a Jenkins process should be running somewhere... Meanwhile the default wiki mentions that Jenkins creates a default User "Jenkins" to run processes - but I can't seem to log into it using $su - Jenkins
=> How do I figure out which user Jenkins is running as? Am I misunderstanding the processes/Users way to work?
Thanks for guidance!