-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
See the users list thread for details. Two issues:
- the changelog tracking: hudson only know about the top level module,
not the externals, when it builds the changelogs
- the SCM poller only polls the urls provided in the configuration for
the job: this means that if you have url A with an external defined to
url B, then any change to B will go unnoticed by Hudson (Hudson only
sees changes in A)
Hi Kohsuke,
I just commited a fix for this. It addresses both aspects (SCM poller and
changelog calculations). I think it is module-safe (i.e. it should work with
externals defined in multiple modules), even though I haven't tested this use-case.