How to install Groovy on Ubuntu 20.04 LTS

install groovy

Apache Groovy is a Object Oriented programming language which is compatible with Java syntax.It is both static and dynamic language. You can use the Apache Groovy either as a scripting or programming language. As a DevOps engineer, you might have known the use of Groovy script in Jenkins Pipeline. Requirement 1. Groovy 3.x (At the … Read more

Learn Vagrant provision with shell provisioner examples

vagrant shell provisioning

The Vagrant provision will help you to automate the installing the software, configurations and commands in your Vagrant Boxes. Vagrant gives us lots of provisioner options. In this post, we will show some vagrant shell provisioner examples. Before going to explain more on Vagrant Shell provisioner, we suggest you to read our this post to … Read more