Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 606 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 606 Bytes

Example project for Jenkins Pipelines Global Shared Library with Unit Tests

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.