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

Programming

16946 readers
555 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 4 months ago (13 children)

I like Jenkins a lot - but I'd love it if somebody could give it a bit of a facelift. It looks and feels very aged at this point.

[–] [email protected] 28 points 4 months ago (10 children)

I have to say, pretty much every CI/CD tool, build automation or whatever you want to call it, sucks.

Somehow they all manage not to offer boilerplate actions since that would be too restrictive, yet they also stand in your way if you want to have advanced features.

I often end up writing pipeline steps/jobs thinking "how is that not already built-in?".

And my absolutely biggest pain point: why the fuck is there not a single tool that lets me execute pipelines locally? Why do I have to have 200 commits all saying a variation of "pipeline test"?

[–] snowe 5 points 4 months ago (1 children)
[–] [email protected] 1 points 4 months ago (1 children)

That actually looks quite promising. You don't happen to know of a similar project for Gitlab runners?

[–] snowe 1 points 4 months ago

I do not. I'm sorry.

load more comments (8 replies)
load more comments (10 replies)