https://github.com/membrane/msa-customer
https://github.com/membrane/msa-customer
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/membrane/msa-customer
- Owner: membrane
- Created: 2018-03-16T11:23:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T15:39:45.000Z (about 8 years ago)
- Last Synced: 2025-10-04T00:57:11.683Z (9 months ago)
- Language: Java
- Size: 66.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msa-customer
## Features
* demonstrates the use of Jenkins 2 Declarative Pipelines using the Docker agent and parallel stages
* contains a basic Spring Boot application with a simple REST API backed by a Postgres database
* uses Docker to provision the Postgres DB (the script for provisioning the DB can be found in the https://github.com/membrane/msa-utils
repository)
* shows some core features of JUnit 5, namely `@Displayname` and `@ParametrizedTests`
## Additional notes
To better visualise the parallel pipeline execution, use the Blue Ocean UI.