-
Task
-
Resolution: Unresolved
-
Minor
-
None
I have a job where I have 3 build steps all of them are shell scripts being executed on remote host using ssh connection, these 3 steps run shell script on 3 different linux hosts.
My problem is if the step #1 where shell script execution fails on host1 then entire build is marked failed. I would like the build to continue for next 2 steps.
Can we have any plugin or any way for Jenkins to keep executing the build even one of the steps fail?