I want to run a task/build after file change in my repository. when I configure the "Interval trigger": buildCondition="IfModificationExists", the task doesn't execute although I changed a file and made a Commit.. the log writes: No modifications detected. how can I run the task just after file change? thanks, yehi
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
There is a bug in Mercurial Source Control as you can see here : http://stackoverflow.com/questions/3498425/cruisecontrol-nets-filtered-source-control-provider-not-detecting-modifications http://groups.google.com.ag/group/ccnet-user/browse_thread/thread/23cc02e1258a63ec Otherwise, your configuration seems correct, except you don't have login information in your source control block. |
|||
|
|
|
personally id do the following:
as that polls the source control system and then only build if there are changes please try that and see |
|||
|