This project includes a sample Global Shared Library and the project that tests its usage in pipeline scripts using Jenkins Pipeline Unit.
root
directory contains the actual code for the shared library, contents of this directory should be pushed to a SCM to be used in Jenkins.unit-tests
directory contains a Apache Maven project for testing the shared library usage with Jenkins Pipeline Unit framework.