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
: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
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
; 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
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