expose Jenkins at www.mycompany.com:8080 to ci.mycompany.com

2013-03-10 Thread KimSia Sim
Both www. and ci. are pointing to the same IP address using A records via my domain registrar. Jenkins is working perfectly at www.mycompany.com:8080. I have changed the default url under Configure Jenkins System to the new http://ci.mycompany.com I have also added a new nginx config file call

Re: console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread KimSia Sim
:35:17 PM UTC+8, JonathanRRogers wrote: > > KimSia Sim wrote: > > Under build step execute shell command, I only have the following > > echo "running whoami" & whoami > > echo "running groups" & groups > > echo $PWD > > mkdir

Re: console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread KimSia Sim
still running as nogroup On Saturday, March 9, 2013 2:21:33 PM UTC+8, KimSia Sim wrote: > > Under build step execute shell command, I only have the following > > > echo "running whoami" & whoami > echo "running groups" & groups > echo $PWD > mkdir

Re: console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread KimSia Sim
; marked build as failure Finished: FAILURE What should I do next? On Saturday, March 9, 2013 12:46:39 AM UTC+8, JonathanRRogers wrote: > > > > On Friday, March 8, 2013 4:51:04 AM UTC-5, KimSia Sim wrote: >> >> I have this command >> >> mkdir /var/virtual/fo

console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread KimSia Sim
I have this command mkdir /var/virtual/folder I can execute this when I ssh into my server as `jenkins` /var/virtual belongs to www-data, but not an issue because I made /var/virtual 775 and `jenkins` is a member of `www-data` group However, when I run the exact same command in my web interfa