Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: Backlog
-
Component/s: Web - Configuration, Web - UI
-
Labels:None
-
Complexity:Intermediate
Description
If you need to temporarily disable a build definition you have to delete the complete build definition currrently.
It were better (and more convenient) to add a on/off switch to each definition and show build definitins either sorted by on/off status or with a different colour if disabled.
See attached screenshot for a more detailed view.
An easy workaround is to declare a schedule with the following expression : 0 0 * * * ? 2000.
Then you can change the schedule of your build definition to this one (and no need to delete the build definition).