@namingthingsiseasy@programming.dev
Post #2441037
2026-01-15 01:39 UTC
I’ve found the edit/test/debug loop in Jenkins to be much faster than Github Actions. It was quite a refreshing change when I made that transition.
Replies (1)
-
@yaroto98@lemmy.world 2026-01-15 05:12
Yep, I think the only thing github actions has over jenkins is built in versioning. I wish in jenkins I could edit a pipeline and easily roll it back. Or even better have tags so if I break something the team can just use the previous tag while I figure it out.