What is the intent of that messaging? From my point of view I am trying to see that I am doing polling on a project. The happy path response is:
Scheduled polling of <project>
Scheduled polling of <project>
No Git consumers using SCM API plugin for: ssh://<path-to-repo>
This makes it seem that there are nothing at all found, but that isn't the case - it is indeed finding projects, but not finding 'git consumers using SCM API plugin' – what does that mean?
"Git consumers using SCM API plugin" means that the URL provided to notifyCommit did not match any of the known SCM sources which were listening for push notifications and were part of the global SCMSourceOwners. There are multiple ways that a job can be notified of changes. That message says that none of the jobs in the system are listening for that URL in that specific way.