Re: Checking xCode plugin return code

2013-09-13 Thread reinhard . karbas
Thanks for the hint It pointed me in the right direction After some more research I found the Parameterized Trigger Plugin which allows to trigger a follow up build based on different conditions On Thursday, September 12, 2013 2:54:14 PM UTC-4, reinhar...@gmail.com wrote: > > When I am running a

Re: Checking xCode plugin return code

2013-09-12 Thread Steffen Breitbach
Why don't you just use the "Buold other projects" post build step and select "Trigger only if build succeeds"? On Thu, 2013-09-12 at 11:54 -0700, reinhard.kar...@gmail.com wrote: > When I am running a shell script in Jenkins I can check the return > code at the end by looking at $? > Now I have a

Checking xCode plugin return code

2013-09-12 Thread reinhard . karbas
When I am running a shell script in Jenkins I can check the return code at the end by looking at $? Now I have a situation where I have two xCode builds and the second one should only run when the first one fails but with different source data I can do a conditional build step but have to define