CI/CD pipeline demo using Jenkins. The purpose of this repository is show a basic Jenkins pipeline example including automated tests and some additional steps that may be helpful in a CI/CD pipeline.
Specifics for the content of this pipeline will be contained in other docs and/or branches.
One of the main features of this repository is to have a Jenkins pipeline kick off automatically from an open pull request. Due to the nature of this repo and its goals, please direct pull requests into the develop
branch instead of the master
branch.