Perhaps a strange question. We have several simple utilities written internally that need to be run on an automated basis. This is not job creation. Just things like running SendOutHourlyEmailAlarms.exe , KeepFoldersInSynch.exe , etc. Usually I set these tasks as simple scheduled tasks / AT commands (or a Windows service if more detailed control is required for planning), but an employee set a number of these tasks as build projects on CruiseControl. NET I asked him why he installed them in such a way, and his answer was that executions (and their logs, return values, excluded exceptions) were tracked and recorded and that this information was accessible through an organized interface on the build server website. I could not argue with that.
But it has a smell that I cannot identify. Is this the correct use of CruiseControl.NET? If not, what is the danger? Even if this may be consistent with the bill, are there any other products more suitable for this type?
Chris simmons
source share