Post-Receive hook not firing in GitStack

0
I have added a post-receive hook in my server-side repo’s hooks folder. However when I push to the repo the hook doesn’t fire. The hook is to notify Jenkins of a commit to trigger a build. When I run the curl command to the notify url on the command line it works fine and triggers the build. So the command is correct and working, just doesn’t seem to be triggered by GitStack when it receives new code. Anyone had any experience with this? Thanks.
asked June 29, 2014

1 Answer

0
Hi John,
Could you check this post: http://stackoverflow.com/questions/14661726/git-post-receive-hook-to-write-files-from-bare-repo-to-www-folder-msysgit-windo ?

Your Answer

Please login to post questions.