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, [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? > -- 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.
