Why does Codeberg use Woodpecker CI?
from staircase@programming.dev to programming@programming.dev on 26 May 15:31
https://programming.dev/post/31068229
from staircase@programming.dev to programming@programming.dev on 26 May 15:31
https://programming.dev/post/31068229
Title really, but some comments …
I’m likely to move to Codeberg, and I like the idea of a CI system that I can run locally, without tie-in to a particular code hosting vendor. But why this over e.g. Jenkins, or whatever other systems there are these days? I’m new to Woodpecker.
threaded - newest
Presumably because Forgejo didn’t have CI support until extremely recently. And because Jenkins is trash.
Are actions gold now, last i looked they were still a bit shonky?
Probably because it’s much simpler to integrate than Jenkins.
Their own CI system ‘Actions’ is in open alpha.
Honestly, I’m glad they didn’t use Jenkins. Managing it is a convoluted mess. (I don’t have experience with Woodpecker CI nor with Forgejo Actions in particular, though.)
It works. You have to ask them for permission if last I checked. You can also just run your own and use
actions
from the gitea system.