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.

          [JENKINS-22190] Changelog only shows changes in externals

          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.

          Rene Affourtit added a comment - 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.

          What do you mean under "main" and "external" projects?

          Kanstantsin Shautsou added a comment - What do you mean under "main" and "external" projects?

          With 'Main project' I meant the project being checked out, with external project the projects being pulled in via externals.

          Jenkins polls MyServer/svn/project/trunk (main)
          this has external refrences to ^/shared/library and ^/otherproject/trunk (external projects)

          Rene Affourtit added a comment - With 'Main project' I meant the project being checked out, with external project the projects being pulled in via externals. Jenkins polls MyServer/svn/project/trunk (main) this has external refrences to ^/shared/library and ^/otherproject/trunk (external projects)

            Unassigned Unassigned
            renea Rene Affourtit
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: