-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need some help with using webhooks #88
Comments
If you pulled the 3.1 release there is actually no gitlab-webhook. |
Ok, I've pulled
But "Last updated" time counter on top right corner of Satisfy page hasn't reset after webhook invoked. I did it using test push hook in gitlab interface. Is some additional configuration needed for satis rebuild? |
Well. Seems fixed now. Here quick checklist:
|
So main problems was unreleased feature and file permissions? @VBelozyorov |
Yes. And missing logs from build attempts. I've used satis.json from my previous satis installation, so there wasn't specified |
I'm trying to use gitlab push webhook.
I've found #82, but failed to make it working for now.
I've specified
<my satisfy host>/webhook/gitlab
as webhook url in gitlab repo's settings.But my Satisfy instance answers 404 to Gitlab, looks I'm wrong with url? Which it should be?
I've installed Satisfy according to this instruction. Does it install latest version? How can I check this?
I see only two controllers (Security and Repository) inside
src/Playbloom/Satisfy/Controller
on my server, while there are more in the repo. Is my copy outdated?The text was updated successfully, but these errors were encountered: