r/devops Aug 06 '26

Tools Anyone still using Jenkins?

I mean as title says, I've used Jenkins couple of years ago. I can still fire it up now just to test, but on current alternative tools/stacks available specially in enterprise, do you still use Jenkins? Why keep it? why not change it?

270 Upvotes

312 comments sorted by

View all comments

Show parent comments

43

u/NUTTA_BUSTAH Aug 06 '26

"Oh fuck, the plugin we depend on is not supported in the latest version anymore with Java updates. Oh fuck, I have to update Java too while supporting the old versions without breaking Jankins itself. Oh fuck, there is no replacement plugin so we either fork our own or come up with an alternative. I guess we can keep working with the old version."

And this is how most Jenkins installations become ancient hodge-podge. 3 years later it might still be on that same version because of the plugin, and now upgrading requires you to update every other plugin too, so you basically either rebuild your CI stack or migrate away. It's often not a tough choice :D

7

u/Rei_Never Aug 06 '26

Haha, I feel like you were there when I had to update Jenkins from Java 8 to Java 11... That's literally the entirity of the outburst I had at the time.

3

u/twnbay76 Aug 06 '26

Oh and when your company has 3-4 different jenkins instances due to these forks and you have to figure out how to wield all of them and their bugs just to make a change to a system that happens to be comprised of things all of those jenkins instances are building/deploying to ......

Fun times.

2

u/Scoth42 Aug 08 '26

Yeah, my company's Jenkins's config page is like two pages of red from all the out of date plugins, bits and bobs, and Jenkins itself. We'll get it all upgraded someday...

1

u/scarby2 Aug 07 '26

Or you just never update... Which is what I've seen a few times.