Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 829 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 829 Bytes

CircleCI

Jenkins Shared Library

Used for demonstration purposes in jenkinsfile-examples

Blog using this repository:

Documentation

Run unit tests

On windows use gradlew.bat instead of ./gradlew. You can also install gradle globally and then run just gradle and ignore gradlew script. Or just import in your favourite java IDE.

./gradlew clean test