Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    How do you tie this Python script into Jenkins? Or do you just run it one time? Commented Jan 30, 2014 at 15:52
  • Jenkins does not know about this hook, the main part is loading the notifyCommit url on the jenkins server which will trigger a poll. I think the polling is enabled but without a schedule on the jenkins side. Commented Jan 30, 2014 at 22:44
  • So where does this python script reside? I assume you tie it in with your git installation to track commits... Commented Jan 31, 2014 at 14:33
  • 1
    Late answer - but the script location would be on the git server in hooks/post-receive. Read up on git hooks to learn more. Commented Mar 6, 2014 at 8:41