Hudson CI: The user permission for shell script -


I am setting up Hudson to run a shell script, which only copy the workspace to a separate folder. I got the following error:

CP: can not create the directory `/ home / u123 / temp / workspace ': permission denied

My question is, which Is the creation of a user Hudson? According to this page, I have established Hudson as a Ubuntu service:

Thank you!

Why not ask Hudson himself? Create a job and run "id" and / or "johmi" in that job. The answer should be in the job's console output.


Comments