Our Jenkins jobs use manifest files with the git-repo plugin. We tried 
using the post-receive hook in the repository to poke Jenkins when a new 
commit is made, however since the actual git URL being used is for the 
"Gerrit Repo" manifest repo via the "git-repo" plugin, the URL is not being 
recognized as a valid "git" repo as identified when using the "git plugin".

The Jenkins hook is on the git plugin, but we really would want it on the 
git-repo plugin.  Because we aren’t really using the Jenkins git plugin 
(because we only have jobs based on manifests used by repo) We are not 
using Gerrit, only the repo plugin in order to use the manifest repository 
file URLs.

It appears that git-repo does not support the notifyCommit. Is there a way 
to get the same kind of results that the git plugin has for utilizing a 
post-receive hook in the respective git repository to achieve push 
notification for the git-repo plugin?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to