Hi,I want to know if FB can be used as a continuous integration tool. So I searched a bit and I found that FB can:- Get latest version from a Source Code Controller- Test- Compile- NotifyThe actual scheduler don’t seem to allow to run the job every 5 minits, but this can be done using an external scheduler tool and use the command line interface of FB.So my question is: we can do everything a good continuous integration tool can do and a lot more, but to be efficient, I need to trigger the build process only if I’m sure that the version I just got from the SCC changed since the last time. Is there any method to achieve this? I had in mind to retrieve the last change date and compare it with a global variable, that will be used in a condition.Thanks a lot in advance!PS: it’s not possible for us to install Cruise Control.
Hi Pierre
Have a look at the File Dependency action, this will let you test against the date/time of the last run plus a bunch of other options.
Thank you !
Adding the ability to schedule per minute would be a big asset. You will cover everything you need to let me discard completely CruiseControl
FinalBuilder uses the windows task scheduler, open the scheduler window, highlight the schedule and then click on Edit Task (advanced), this will show the windows scheduler interface and you can set it to trigger every x minutes.