I looks like HTTPS authentication for HG is a lot harder that expected as it's still an known issue. If Final Builder projects include all those actions, can we configure continua to use those to execute those actions until it's integrated into the continua?
How would this work, practically in continua. Would you
- Have one configuration that was just executing the FB project to "pull" changes to the server periodically.
- Have a second configuration that did a file monitor on the local repo and detect changes and then trigger off all the normal build + Unit test + Package + distribute stages?
I must admit to re-think the way I've put together all my FB projects actions when it comes to Continua. Essentially I can see that continua will allow those projects to be cut up into small "stages" of work due to the greater flexibility within Continua CI over FB CI Server.