I have a very simple Jenkins project which just calls four other Jenkins projects.
It seems it merely triggers the 4 builds and then immediately returns successfully.
Instead I'd like it to (eventually) set the project status as the worst of the 4 sub-projects, meaning if even one fails or is unstable, it will be set to fail or unstable.