Retain Reports created by extending AbstractTestResultAction on Jenkins restart

I’m trying to tweak my Plugin Implementation in a way that I can retain the generated report by extending AbstractTestResultAction on Jenkins restart.

I override getResult method (where I parse file to get Results that in turn generated report, displayed in the index.jelly) of AbstractTestResultAction class to get retain the report. However, when I restart jenkins my plugin generated report in the Action Tab disappears. The getResult method is not getting triggered.

Hello @kmlkaur73 and welcome to this community. :wave:

Have you implemented the load and save methods?