Did you know Jenkins uses Groovy to configure a pipeline job?
Intros:
Jenkins – A Continuous Integration tool – move from code build to running checks to deployment
Pipeline – A process in introduced in Jenkins v2.0 to schedule tasks one after the other
Groovy – A n Object oriented language built for the Java platform – can be used as a scripting language (like in Jenkins)
What’s amazing about this?
I feel it gives you lots of control over configuration
The syntax is very clear and straight (for the most part),
And things get ‘dead’ easy with the ‘pipeline syntax’ help Jenkins provides which generates snippets of codes for you based on selected options