Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

BuildForge

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

0 votes



One answer

Permanent link

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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,034

Question asked: Mar 03 '17, 6:53 a.m.

Question was seen: 2,696 times

Last updated: Jul 10 '17, 9:48 a.m.

Confirmation Cancel Confirm