web hook doesn't work on push
Closed
web hook doesn't work on push
Created by: aortmannm
Hello,
it seems like my web hook doesn't work when I push my project.
When I click on 'Test Hook' it works fine.
Here the sidekiq.log messages:
2013-07-15T09:43:15Z 1469 TID-na2p0 PostReceive JID- INFO: start
2013-07-15T09:43:15Z 1469 TID-na2p0 PostReceive JID- INFO: fail: 0.475 sec
2013-07-15T09:43:15Z 1469 TID-na2p0 WARN: {"class"=>"PostReceive", "args"=>["/home/git/repositories/a.ortmann/testgogo.git", "c4796282b1c6be329f7da7533c063ea14f51bfb9", "b81281882d1af81e60b482b5dc9249a22243161c", "refs/heads/master", "key-1"]}
2013-07-15T09:43:15Z 1469 TID-na2p0 WARN: No such file or directory - chdir
2013-07-15T09:43:15Z 1469 TID-na2p0 WARN: /usr/local/lib/ruby/1.9.1/open3.rb:202:in `spawn'
Don't know what exactly goes wrong.
When I start:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
It shows that sidekiq is running. In the Dashboard of gitlab I see the fails from sidekiq too when I push to my repository.
I hope we can solve that problem.
Nice greetings aortmannm