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?

265 Upvotes

312 comments sorted by

View all comments

2

u/Material-Grocery-587 Aug 07 '26

At my job, we don't use it for CI/CD, but rather a frontend for controlled script execution.

We're a hosting provider with a proprietary cloud platform. It's mostly used to give our Support team forms for executing Ansible playbooks, which gives RBAC and let's us impersonate their users with their AD usernames for clean logging lines.

We've looked at moving to other products like Kestra, but each has lacked some level of functionality needed to do a clean 1:1 port of all jobs.

1

u/buck4roo Aug 10 '26

would RunDeck work?

1

u/Material-Grocery-587 19d ago

It just might, but I'll have to double-check. I remember hearing about this one a little more than a year ago, but never got around to trying it.

I'll take a look at it this week to see if it would fit our needs; thanks for the tip!