Thanks for that pointer. I am confused about one thing. In my environment, I have a build named TrueNAS-master2 configured with the MultipleSCM plugin. One of the repos in my build is configured to use this URL:
[email protected]:/git/repos/freenas-build/trueos.git If I do this: curl -Ss " http://jenkins1.sjlab1.ixsystems.com:8180/jenkins/git/[email protected]:/git/repos/freenas-build/trueos.git " I see this: Scheduled polling of TrueNAS-master2 No git consumers for URI [email protected]: /git/repos/freenas-build/trueos.git So although my build is being polled, I am still getting "No git consumers". This is confusing to my end users. Am I doing something wrong? -- Craig On Tue, Jan 21, 2014 at 5:11 PM, Mark Waite <[email protected]>wrote: > The message comes from > > > https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/jenkins/plugins/git/GitSCMSource.java#L180 > > I think it means that the git source control provider inside Jenkins > expected that something was interested in that URL, but when it iterated > over the list of things which might be interested, it didn't find anything > to notify. > > I assume it is harmless. > > The git plugin definitely supports ssh URL's. I use them frequently. > > Thanks! > Mark Waite > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
