What is needed to have a build integration (Cruise Control) on a workstation where CCRC is installed?
Asked
Active
Viewed 305 times
1 Answers
0
The principle of a build scheduler is to trigger a build based on certain criteria: with an SCM, the criteria is typically the detection of new versions.
The local workstation cannot ake a simple 'lshistory' in the local view, because the local view isn't actually a view (it is a copy of the snapshot 'web' view which is created/maintained on the CCRC server).
The idea could be to use the CCRC Java API (as you do in your previous question), but in a script made to update the CCRC view and see if any new version is detected.