This is not exactly what I am trying to accomplish. I need to do the following:
1. Have one main job with 5 sub-jobs in a MultiJob Phase
2. If one particular sub-job fails, just ignore that result, run all other sub-jobs and DO NOT MARK the main job as failed based on that particular sub-job result.
Not sure if Jenkins can do that, even with the help of plugins. I might have to modify the sub-job to PASS every time... so it does not mark the parent as FAILED.