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.

Reply via email to