DEV Community

Discussion on: Welcome Thread - v42

Collapse
 
mrcavern profile image
mrcavern

Hi, My name is David. I've been following the blog for several days and I finally decided that I need to join the community. I'm a SysAdmin and Devops Engineer working renewable energies, mostly wind power. I'm based in Madrid, SPAIN. Enjoying to work with groovy and jenkins daily and happy to be here to meet and also maybe help others. :D

Collapse
 
chrisachard profile image
Chris Achard

Welcome to DEV David! I have used jenkins in the past, but was never very good at it... do you have any resources that you like for learning it better? Thanks!

Collapse
 
mrcavern profile image
mrcavern • Edited

Hi Chris, for sure i'd recommend learning groovy.

Actually there are not many resources to learn, besides the official documentation. jenkins.io/doc/book/pipeline/share...

I started on from there, what I did was creating a parser in groovy to pop out the VMs I was automating from a YML config file.

Let me know if you're curious about something and maybe I can give some advice.
Regards.

Edit: This post is also quite good and extends over basics.
medium.com/@AndrzejRehmann/private...