Add support for using the brokenBuildSuspects in pipelines. The following check in FirstFailingBuildSuspectsRecipientProvider.java
if (firstFailedBuild instanceof AbstractBuild) {
buildsWithSuspects.add(firstFailedBuild);
} else {
debug.send(" firstFailedBuild was not an instance of AbstractBuild"); }
Is preventing the brokenBuildSuspects to be used within pipelines.