Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Web interface
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Commons has a group build definition that is JVM 1.4.
The Performance project has a custom build definition that specifies JVM 1.5. Both are default. The group build definition still shows in the project.
By the look of it, the group build definition is not running, so the one default overrides the other.
Issue Links
- is duplicated by
-
CONTINUUM-1537
Error during build configuration
-
- is related to
-
CONTINUUM-1587
Unable to change default build definition where one definition is a PROJECT definition and one is a GROUP
-
Seems to be fixed in 1.3.4.
If I add a project-level build definition and make it the default, then the group-level definition shows 'false' in the default column.
Forcing a build at the group level results in the correct default build definition being used.