I'm having troubles trying to figure out stage gate logic (in Build 896).
http://wiki.finalbuilder.com/display/continua/Stages
The on-line documentation doesn't include enough examples for me to use this feature (or test the endless possibilities).
Problem I'm trying to resolve for stage gates
- I have a project with 2 global repo's for a project
- Repo A contains all my FB project files.
- Repo B contains the VS .net project source files.
- If I monitor both those repo's for changes, the build should detect changes from either repository.
- In stage one (Build), I'm happy that all the repo's are updated with the latest bits and we open a specific FB project file that does all the hard core work on repo B.
- At the end I want the stage to tell me that the FB project file complete successfully to move to the next stage (Testing).
What is the Stage Gate "logic" to allow for this workflow?