Let's say project A launches B, C and D.
I'm trying to merge the build result logs of B, C, and D after completion.
Since A doesn't wait on B, C and D to finish, I created a project E to merge all logs. But how can I retrieve the last generated logs to merge them ?