-
Bug
-
Resolution: Not A Defect
-
Critical
-
None
-
Android
In my jenkins job i have three build steps. 1st one Execute shell, 2nd gradle script to run testcases, 3rd execute shell. When i run this job, if 2nd build step is failed, jenkins is skipping the 3rd build step execution and marking the build as failure. Is there any workaround to forcefully execute the 3d build step even if the previous builds steps fails. Please help.
You basically have two options:
For me, the first option seems to be the correct choice.