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, [email protected] 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 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 the condition > first > Is it possible to run a shell script after the xCode plugin step to > check the return code set in $? or is there any other / better way to > determine the return code (fail or not fail) of the xCode plugin step? > -- lies http://www.tty1.net/smart-questions_de.html read http://c2.com/cgi/wiki?HowToAskQuestionsTheSmartWay -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
