History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-559
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Arjan Claassen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Cron job schedule for root configuration

Created: 07/Apr/10 01:41 PM   Updated: 25/Jun/10 09:10 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP Professional


 Description  « Hide
When scheduling a CRON schedule for the root configuration, this configuration is never triggered.

This is the Root Basic configuration:

Name root
Id 1
Description
Next Build Version 1.0.88
Storage Path ${current.name}
Workspace Path ${current.name}
Run Mode SEQUENTIAL
Schedule 0 0 1 ? * *
Paused no
Queue default
Priority 10
Build Timeout 43200
Log Level INFO
Variables




 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [07/Apr/10 11:13 PM]
Scheduled configuration will only run if build condition (defined at advanced setting tab of the configuration) evaluates to true. By default, the build condition checks changes in repository, and if there are no repositories used for checkout or if there are no changes in the repository, the build will not fire automatically.

Arjan Claassen [07/Apr/10 01:44 PM]
Of course the configuration is running manual, and other configuration (children of the root) do run automatically on a CRON schedule.