1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-05 19:41:14 +00:00
Commit graph

1 commit

Author SHA1 Message Date
qwerty287
dfc2c265b1
Support go plugins for forges and agent backends ()
As of  

Support to load new forges and agent backends at runtime using go's
plugin system. (https://pkg.go.dev/plugin)

I also added a simple example addon (a new forge which just prints log
statements), it should be removed later of course, but you can see an
example.

---------

Co-authored-by: Michalis Zampetakis <mzampetakis@gmail.com>
Co-authored-by: Anbraten <anton@ju60.de>
2023-12-20 14:26:57 +01:00