-
Bug
-
Resolution: Fixed
-
Major
-
None
I have configured a namespace folder in SCM-Manager which automatically creates pipeline jobs for each repo in it. But if these repos are SVN Repositories the plugin sends the CI-Status to SCM-Manager with the wrong repository name (It is working for Git-Repos).
This problem seems to be set off by the configuration of a global pipeline library which is read from a git-repo in the same SCM-Manager.
I see in the log of Jenkins that the plugin is sending the build status to this library repo instead of the real repo of the job.
If i temporarily remove this global pipeline library the plugin tries to send the status to the correct repo (couldn't test yet if it is correctly registered in SCM-Manager).