Currently, a stage that contains parallel builds is successful if all builds inside the parallel block are successful. We have faced certain scenarios where we would like the pipeline to move to next stage if at least on of the builds is successful.
This could be normally achieved by managing the parallel build itself and its builds in try/catch blocks and setting/checking flags. However, due to JENKINS-26522, marking a stage as successful, when it is actually not, is not possible.