Any Unix commands + Jenkin plugin tutorial with Java?

Hi guys,

I am preparing myself for an interview.

I hope someone can refer me a tutorial where I can have Unix commands plus Jenkin plugin to play with CICD. I am using a Windows OS laptop though.

Tks in advance.

Hello @tangara and welcome to this community :wave:

You could go the WSL route and have Jenkins running within WSL2.
From my point of view, it would be better to start with a Ubuntu VM (thanks to VirtualBox or VMWare Player) and then install Jenkins in the VM.
You could also go the Docker route, and install Jenkins on Windows thanks to Docker.

tks for the suggestion. I have done it that way but most of my Java app is built using Windows 10 and so it is a big problem for bringing that in to the WSL space…That was something I discovered when taking this cloud native SUSE course…