- Why shared libraries are required ? We were using groovy language(built on top java) for writing pipelines in jenkins file and then started using decalrative pipeline. We can write jenkins file using two ways
- Scripted (Pure groovy based)
- Declarative (Human understandable language and easy to use)