I have started learning Jenkins now, but i am not finding any course in kodecloud for groovy scripting. I would like to know whether it’s really important to learn groovy scripting? or i can use the snippet generator for groovy scripting. Can anyone help me on this?
I have started learning Jenkins now, but i am not finding any course in kodecloud for groovy scripting. I would like to know whether it’s really important to learn groovy scripting? or i can use the snippet generator for groovy scripting. Can anyone help me on this?
I wouldn’t say it’s important. Most pipelines should be able to be done declaratively. You’ll only need groovy if you need to do some really complex logic that can’t be done declaratively because there isn’t a plugin available that does what you need.
Groovy is effectively a simplified version of Java.