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

Key: QB-602
Type: Bug Bug
Status: Resolved Resolved
Resolution: Cannot Reproduce
Priority: Minor Minor
Assignee: Robin Shen
Reporter: Yossi Ben Haroosh
Votes: 0
Watchers: 0
Operations

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

Build not triggered

Created: 23/Aug/10 07:45 AM   Updated: 31/Aug/11 03:42 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. XML File Configurationsz.xml (1.36 Mb)
2. Zip Archive remainingdb.zip (10 kb)



 Description  « Hide
Hi,
We have a configuration that is set to run with a scheduler, and it's trigger condition is:

for(repository: current.getInvolvedRepositories()) {
  if (repository.isChanged("//SOME/REPOSITORY/BRANCH/**")) return true;
}
return false;

So we expect that every time a file changes under //SOME/REPOSITORY/BRANCH/, a build will be triggered - we have that setup similarly in several other configurations and it's working well. The problem is that no builds were ever triggered by the scheduler (manually it works fine).
Also, if I change the path above to //SOME/REPOSITORY/, the build is triggered by the scheduler.

Please help.
Yossi

 All   Comments   Work Log   Change History      Sort Order:
Change by Yossi Ben Haroosh [25/Aug/10 11:35 AM]
Field Original Value New Value
Attachment Configurationsz.xml [ 10190 ]

Change by Yossi Ben Haroosh [30/Aug/10 12:58 PM]
Attachment remainingdb.zip [ 10191 ]

Change by Robin Shen [31/Aug/11 03:42 AM]
Status Open [ 1 ] Resolved [ 5 ]
Resolution Cannot Reproduce [ 5 ]