-
Bug
-
Resolution: Unresolved
-
Minor
-
OS Windows 7,
Jenkins 1.553,
Subversion plugin 1.50
The SVN changlog only shows changes in external projects.
Changes in the main project are not logged (The build IS triggered corretly.
polling log shows:
<server>/Shared/tools/trunk is at revision 670
<server>/project/trunk is at revision 1180 (changed from 1179)
<server>/shared/library/trunk is at revision 1175
<server>/otherproject/trunk is at revision 1170
revision list shows
<server>/Shared/tools : 670
<server>/project/trunk : 1180
<server>/shared/library/trunk : 1175
<server>/otherproject/trunk : 1170
No Changes.
and below that: "Started by an SCM Change".
If we do make a change in 'library' it is showing the changes correctly.
Issue is related to case sensitive comparing of host name:
svn polling URL is https://MyServer/svn/project/trunk (upper case M and S)
svnkitInfo becomes https://myserver/svn/project/trunk (all lowercase hostname)
I've reconfigured my projects to all lowercase and log messages are shown now.