On Tue, Mar 18, 2008 at 6:14 AM, Danilo Batista Medeiros <[EMAIL PROTECTED]> wrote:
> i setted the cron expression to 0 0/1 * * * ?, but i cannot trigger > continuum to do a build. > The only way to do it is using the user interface. > > do i have to configure any xml file? > what about the notifiers? do i have to config a xml file too? How are you making the determination that no build was triggered? It's working fine for me with that schedule. Every minute I see the info below in the logs. What is it doing (or not doing) that differs from what you expect? INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,018 [defaultScheduler_Worker-9] INFO SchedulesActivator:default - >>>>>>>>>>>>>>>>>>>>> Executing build job (EVERY_MINUTE)... INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,033 [defaultScheduler_Worker-9] INFO Continuum:default - Enqueuing 'hello' with build definition 'default maven2 buildDefinition' - id=13). INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,034 [pool-5-thread-1] INFO BuildController:default - Initializing build INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,040 [pool-5-thread-1] INFO BuildController:default - Starting build of hello INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,053 [pool-5-thread-1] INFO BuildController:default - Updating working dir INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,054 [pool-5-thread-1] INFO BuildController:default - Performing action check-working-directory INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,059 [pool-5-thread-1] INFO BuildController:default - Performing action update-working-directory-from-scm INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,075 [pool-5-thread-1] INFO ContinuumScm:default - Updating project: id: '8', name 'hello'. INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,134 [pool-5-thread-1] INFO ScmManager:default - Executing: svn --username wsmoak --password ***** --non-interactive update INFO | jvm 1 | 2008/03/18 06:34:00 | 2008-03-18 06:34:00,134 [pool-5-thread-1] INFO ScmManager:default - Working directory: /home/wsmoak/continuum/working-directory/8 INFO | jvm 1 | 2008/03/18 06:34:02 | 2008-03-18 06:34:02,123 [pool-5-thread-1] INFO BuildController:default - Merging SCM results INFO | jvm 1 | 2008/03/18 06:34:02 | 2008-03-18 06:34:02,135 [pool-5-thread-1] INFO BuildController:default - The project was not built because no changes were detected in sources since the last build. INFO | jvm 1 | 2008/03/18 06:34:02 | 2008-03-18 06:34:02,136 [pool-5-thread-1] INFO BuildController:default - No changes, not building -- Wendy
