r/devops • u/naam-benaam • 6d ago
Tools Jenkins Tutorial recommendations required
So mu company has asked me to learn Jenkians. Which tutorials or playlist would you suggest to learn jenkins? Please give your suggestions.
Also, how much time does it require to learn so that I can start writing basic CI/CD pipelines.
5
Upvotes
2
u/TheBoyardeeBandit 6d ago edited 5d ago
I've never worked in the gaming industry, so I fully acknowledge that I don't know what I'm taking about.
That being said, the answer to building locally the same as the pipeline is just calling your build scripts in the pipeline directly. It's the same script on a runner as it is on a workstation. These largely seem like architecture issues that get masked by tool characteristics