Hi,
I want to replace the summary line of task execution statistics.
for example:
355 actionable tasks: 7 executed, 348 up-to-date
I want to write another message instead or just delete that one.
I saw that this code is being called from BuildOutcomeReportingBuildActionRunner class but didn’t find any way that I can change something in it.
Is there any way to do it ?
Thanks