I have setup a Jenkins project but the project cannot build after commit.

Here is my setting:
In Git Source Code Management, Repository URL is 
*g...@github.com:GitHubUsername/GitHubProject.git* (I have solved the 
problem regarding public key)
In Build Triggers, I checked Poll SCM with the suggested schedule *0 */3 * 
* **
In GitHub service hook, Jenkins url is *http://mydomain.org:8080/*

After I commit or click Test service, GitHub said *Last delivery was not 
successful. Service Timeout.*

But when I use following URL in browser, it can build:

>
> http://mydomain.org:8080/git/notifyCommit?url=https://github.com/GitHubUsername/GitHubProject&from=github&branches=master

and it returns:

> Scheduled polling of JenkinsProjectName
> No git consumers for URI https://github.com/GitHubUsername/GitHubProject



Have I missed any setting or made anything wrong? Thanks.

-- 
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/d/optout.

Reply via email to