It's all about the answers!

Ask a question

BuildForge


SHAILESH JADHAV (111) | asked Mar 03 '17, 6:53 a.m.

Hi

I would like to create a BF project which will call other BF projects in particular order. It is required if a job fails, next job in order, should not start to run.

I am new to Build Forge, can someone guide me how to achieve it?

Thanks

Shailesh J

One answer



permanent link
Joshua Keefe (56) | answered Jul 10 '17, 9:48 a.m.

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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.