It's contains a custom Webhooks
addon.
- doWnload
gogs
git clone --branch=v0.13.0 https://github.com/gogs/gogs.git
- dOwnload & cOpy
gogs-git.patch
git apply --ignore-whitespace {PATH_TO}/gogs-git.patch
- bUild
gogs
- PS: I'm not familiar with
go
language, so is better to look at the instruction ongogs
homepage.
go get go build
In app.ini
add
[webhook]
TYPES = ... , custom
Choose custom hook
To time it's working with POST, GET, PATCH, DELETE, PUT http-methods.
With RAW json-requests you can trigger systems like Jenkins, TeamCity and so on...
The respOnse that you can see in the next image is just made by a python script that i have wrote for tests.
And there is a simple output in python script.