119
you are viewing a single comment's thread
view the rest of the comments
[-] bizdelnick@lemmy.ml 49 points 2 months ago

Jenkins is not a modern CI. It is a historical milestone, but if you read an article you should see that it was replaced by other tools. Now I don't recommend considering Jenkins for new projects. It it fast to set up but extremely hard to support and full of old bugs and legacy code. Writing Groovy pipelines is much harder than pipelines in gitlab/github/forgejo/etc. Tens of plugins you have to use even for simple tasks have inconsistent syntax, many of them are buggy, they often become unsupported or deprecated. This all consumes lot of resourses: I maintain an instance that eats ~4G of RAM being idle.

[-] otl@apubtest2.srcbeat.com 9 points 2 months ago

and full of old bugs and legacy code.

The feeling of reading through those crazy JVM stack traces with classes named "hudson" from the Jenikins prototype... I shudder! Well done for pushing through it all!

[-] gitamar@feddit.de 8 points 2 months ago

Jenkins was called Hudson already a long time after being a prototype. We used it productively already.

[-] bobburger@fedia.io 5 points 2 months ago

I have a soft spot for Jenkins because it was the first integration tool I ever used fresh out of college.

But today I want to stab the server because a job started failing randomly with a permission error when trying to copy a file.

[-] bobburger@fedia.io -2 points 2 months ago

I have a soft spot for Jenkins because it was the first integration tool I ever used fresh out of college.

But today I want to stab the server because a job started failing randomly with a permission error when trying to copy a file.

this post was submitted on 12 Apr 2024
119 points (97.6% liked)

Programming

16210 readers
613 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 !webdev@programming.dev



founded 1 year ago
MODERATORS