<< Back to previous view |
![]() |
[QB-559] Cron job schedule for root configuration
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Arjan Claassen | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Windows XP Professional |
Description |
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 |
Comments |
Comment by 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. |
Comment by 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. |