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

Key: QB-1765
Type: New Feature New Feature
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Justin Georgeson
Votes: 0
Watchers: 0
Operations

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

Allow multiple named schedules for a single config, with a script API to query which is running

Created: 23/Aug/13 05:35 PM   Updated: 17/Sep/13 10:54 PM
Component/s: None
Affects Version/s: 5.0.33
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
We currently create child configurations to set combinations of build schedules that can't be declared with a single cron expression and set different variable values (like disabling unit tests or enabling coverage reports). In order to keep all the statistics contained in s singular configuration, these child configs have a single step to trigger their parent. (If you still have the last backup I sent you can see for example root/maven/DSBASE_5000_10_0_0/{daily,nightly,weekly}. It would be helpful to declare all the different schedules locally on the config that does the actual build, where each schedule has a name field. So then when setting variables on the configuration I can use script to set the value based on name of the schedule that triggered the running build.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [23/Aug/13 11:09 PM]
We'd rather not to implement this as this makes schedule unnecessarily complicated just to solve this case, especially when this can already be solved with some other work arounds.

Justin Georgeson [17/Sep/13 02:05 PM]
How to have a single configuration with multiple schedules? For example every 2.5 hours from 08:00 to 21:00 Sun - Fri and 09:30 on Sat.