Hudson CI: The user permission for shell script
- by ycseattle
I am setting up Hudson to run a shell script, which simply copy the workspace to a different folder. I got the following error:
cp: cannot create directory
`/home/u123/Temp/workspace':
Permission denied
My question is, which user Hudson build is running? I installed Hudson as a Ubuntu service according to this page: http://pkg.hudson-labs.org/debian/
Thanks!