Hacker News new | ask | show | jobs
by ghoshbishakh 731 days ago
Young devs do not trust solid tried and tested feature rich tools such as Jenkins because it looks old school. This is actually sad to see.
3 comments

Or they don't want to spend half their time managing that Jenkins ecosystem when some bash scripts and literally any other CI solution out there gives you very similar benefits for fraction of the effort.
My previous company also turned away from Jenkins to GitHub actions. I'm not an infra guy and the only complaint about the Jenkins pipeline is its slowness as it copies everything from the feature branch into the deployed branch, while only a few files were changed. But I don't think it's Jenkins' fault though.
I guess, whatever works for a dev.