Hello,
The execution of processResults first deletes the existing report.
Bitbucket returns an HTTP status code 404 when no report found (at first run of the pipeline) which throws an Error and stops the processing.
Can you catch the 404 and make the processing continue if there is no previous report to delete ?
Thanks !