We have a Jenkins task that runs overnight and compiles a project group containing all of our projects. Unfortunately this task stops on the first error in a project. This means we don't get the full list of errors in the project group and even though more than one checkin may have contained errors only one checkin will be flagged as a problem.
Is there any way to force the Delphi compiler to continue to build all projects in the project group?