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

Key: QB-744
Type: Bug Bug
Status: Resolved Resolved
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Robin Shen
Reporter: mark lommers
Votes: 0
Watchers: 1
Operations

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

after update builds are no longer triggered automatically when repository is changed

Created: 19/Nov/10 10:56 AM   Updated: 31/Aug/11 03:31 AM
Component/s: None
Affects Version/s: 3.1.2
Fix Version/s: None

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


 Description  « Hide
I updated from QB 2.1.33 to QB 3.1.2, after this update automatic builds are no longer triggered automatically when changes are committed. In the system log I see the folowing message:

2010-11-19 11:31:20,149 [Thread-704] INFO com.pmease.quickbuild.DefaultBuildEngine - Evaluating build condition of configuration 'root/Products/Teletrax/BroadCastMonitoringPlatform/Codeline/2/Nightly'...
2010-11-19 11:31:20,274 [Thread-704] WARN com.pmease.quickbuild.repositorysupport.Repository - Repository 'DefaultRepository' in build '2010-11-19_07.57.44' does not have revision set.
2010-11-19 11:31:20,274 [Thread-704] WARN com.pmease.quickbuild.repositorysupport.Repository - Can not calculate change sets as revision of repository 'DefaultRepository' is not set for base build '2010-11-19_07.57.44'.
2010-11-19 11:31:20,305 [Thread-704] INFO com.pmease.quickbuild.DefaultBuildEngine - Build condition not satisfied for configuration 'root/Products/Teletrax/BroadCastMonitoringPlatform/Codeline/2/Nightly'. New build won't be generated.

but this doesn't ring a bell for me what I need to do to overcome this problem

 All   Comments   Work Log   Change History      Sort Order:
mark lommers [19/Nov/10 12:05 PM]
This problem only happens when an other repository than the 'DefaultRepository' is used

Robin Shen [19/Nov/10 01:25 PM]
This happens because previous revision of repository "DefaultRepository" is not recorded in latest build. This is normally caused by previous build not being able to retrieve head revision of the repository due to network or configuration error. Please run the build manually once, and things should be on track then.