Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.3
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
In my Continuum setup I want to run contiluous builds during daytime and once every night I want to also create extensive reports.
It is a problem that if I create several build definitions these share SCM state and thus will prevent each other from running.
In my scenario the daytime build will run fine, but since there is no SCM activity between the last daytime build and the nightly build, the nightly build will be skipped (becaus no SCM changes are detected).
I would have preferred that unique "project numbers" are assigned to a build definition to prevent sharing of SCM state.
You can now assign several build definition to a project and scm activity will be found from last execution of current build definition and not an other.