BuildForge
![](http://jazz.net/_images/myphoto/9b6cb1a540f4e3aaf6d97d1199b993db.jpg)
One answer
![](http://jazz.net/_images/myphoto/9b6cb1a540f4e3aaf6d97d1199b993db.jpg)
Hello,
For this process, you can create a master project used to call all the other projects via individual steps with the dot command ".runtwait".
The dot command ".runwait" will call the other project to run and will return the results to the calling step.
So should the called other project fail, it will mark the calling step as failed as well.
ie: .runwait MyOtherProject
This should allow all the other projects to run in order, and fail should any of the other projects fail during the execution.