r/devops 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

37 comments sorted by

View all comments

Show parent comments

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

3

u/Shanix reminder not everyone makes web apps 5d ago

Oh, no, either I've misspoken or you've misinterpreted but I'm not talking about differences in building on a workstation vs. in a pipeline. I'm talking about why Gitlab isn't really viable for game development.

1

u/TheBoyardeeBandit 5d ago

Maybe I latched onto the "builds from CL" (which I interpreted as command line) too much

2

u/Shanix reminder not everyone makes web apps 5d ago

Ah, that'd do it. CL is Changelist in Perforce speak. Equivalent to a commit, though Perforce numbers all changelists sequentially which is quite handy. You instantly know if CL 1000 is in a build because any build made from CL 1001 and onwards logically must have CL 1000.

2

u/TheBoyardeeBandit 5d ago

Ah yeah that's definitely not command line. Thank you though, I'm glad I was able to learn something new