
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
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
|
|
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
|
Description
|
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 |
Show » |
No work has yet been logged on this issue.
|
|