Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4.0 (Beta)
-
Fix Version/s: 1.4.1
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Steps to replicate:
1. Add a new build definition to a project group with "Always Build" and "Build Fresh" set to TRUE. Click save.
2. Build definitions page is shown with new entry. Click on edit.
3. Set "Always Build" to FALSE and click save.
4. Build definitions page is shown but the value is still TRUE
5. Click on edit again, and the box is unchecked. Set "Build Fresh" to FALSE, and click save.
6. Build definitions page is shown with both values now FALSE.
Issue Links
- relates to
-
CONTINUUM-2436
Scheduled Build occurs even when Always Build = false and no changes have occurred
-
If Build Fresh is true, it means it will always build. So having a build fresh set to true and always build to false is confusing.
I think if Build Fresh is true, the always build should be set to true and disabled.