Perhaps, but a little complicated. First, you need to stop Jenkins or put it into silent mode to avoid further builds.
Since the actual list of culprits is calculated at runtime from all recently completed crashes, you need to remove your identifier from the list of culprits in the build.xml file of all failed assemblies (since the last successful), where it is listed.
Finally, restart Jenkins so that the internal data structure is updated from the modified build.xmls file.
So, if build 10 was the last successful, you need to remove the ID from builds / 11 / build.xml, builds / 12 / build.xml, etc.
source share