1. What is Groovy?
Overview
- Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn .
- Groovy is being used for developing the Jenkins pipeline, so it better if we have the knowledge about this language
Groovy workflow
Official website documentation of Groovy
- https://groovy-lang.org/documentation.html
2. Prerequisites
3. Installation
How to install Groovy?
4. Basics of Groovy
Groovy Hello World
- Check the basic/ directory to create a simple Groovy demo.
5. Beyond the Basics
Hands-On Example
6. Moreβ¦
Recommended Books