Re: Detect command failure?

2013-02-09 Thread Adam Tong
, 2013 at 5:45 PM, Sami Tikka wrote: > I'm guessing you are using ant to execute phpunit. > > Maybe you could tell ant to fail on error. Currently you have told ant to > ignore the phpunit exit code. > > -- Sami > > Adam Tong kirjoitti 9.2.2013 kello 0.17: > >

Re: Detect command failure?

2013-02-08 Thread Adam Tong
command or configuration? > > More information is better than less. > > -- Sami > > Adam Tong kirjoitti 5.2.2013 kello 21.13: > >> Hi, >> >> Where should I do this check exactly? >> >> Is there a way to do that in build.xml? >> >> Thank you &

Re: Detect command failure?

2013-02-05 Thread Adam Tong
d script to exit with > the failure. > > Mark Waite > > > ____ > From: Adam Tong > To: jenkinsci-users@googlegroups.com > Sent: Tuesday, February 5, 2013 9:17 AM > Subject: Detect command failure? > > Hi, > > I am running

Detect command failure?

2013-02-05 Thread Adam Tong
Hi, I am running jenkins on Linux. Yesterday, because of a memory issue, phpunit was not able to run the hole tests suite. However the build was still successful. I understand that if phpunit fails it does not return any errors or failures. Now I am wondering if there is a way to make Jenkins d

Re: Run junkins jobs as different user

2013-01-07 Thread Adam Tong
PM, Les Mikesell wrote: > On Fri, Jan 4, 2013 at 3:35 PM, Adam Tong wrote: >> We are using Linux. >> >> So maybe there is a way to that on Linux? But this supposes Jenkins >> offers that possibility. > > If you use ssh to start the slave, you should be able to log

Re: Run junkins jobs as different user

2013-01-04 Thread Adam Tong
tiple users on the Jenkins master > itself - but that was fine for us. > Jason Swager > > > On Friday, January 4, 2013 1:14:29 PM UTC-8, Adam Tong wrote: >> >> Hi, >> >> If it is complicated to make it personalized (each job has a >> possibility to get run

Re: Run junkins jobs as different user

2013-01-04 Thread Adam Tong
4, 2013 at 4:11 PM, Slide wrote: > Do you want to run the whole service under a different user or just specific > jobs? > > slide > > > On Fri, Jan 4, 2013 at 2:10 PM, Adam Tong wrote: >> >> Hi, >> >> Is there a way to run jenkins as a different

Run junkins jobs as different user

2013-01-04 Thread Adam Tong
Hi, Is there a way to run jenkins as a different user? If yes please tell me how. Thank you

Re: Jenkins svn ssh / host key verification problems

2013-01-04 Thread Adam Tong
Hi, Did you try copying the .ssh folder to the jenkins folder? I am using git but this solved the problem. On Fri, Jan 4, 2013 at 9:19 AM, Bjørn Water wrote: > So i am trying to use the M2-release plugin to release my project and push > it to my nexus. > I can do svn checkout and i can even ta