this post was submitted on 26 May 2025
20 points (100.0% liked)

Programming

20365 readers
146 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

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.

top 3 comments
sorted by: hot top controversial new old
[–] FizzyOrange 14 points 2 days ago* (last edited 2 days ago) (1 children)

Presumably because Forgejo didn't have CI support until extremely recently. And because Jenkins is trash.

[–] Senal 1 points 1 day ago

Are actions gold now, last i looked they were still a bit shonky?

[–] Kissaki 2 points 1 day ago* (last edited 1 day ago)

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.)