Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josdem/shopping-cart-pipeline
Jenkins pipeline to deploy shopping cart service
https://github.com/josdem/shopping-cart-pipeline
cicd groovy jenkins
Last synced: about 4 hours ago
JSON representation
Jenkins pipeline to deploy shopping cart service
- Host: GitHub
- URL: https://github.com/josdem/shopping-cart-pipeline
- Owner: josdem
- Created: 2023-06-28T12:05:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T12:17:03.000Z (about 1 year ago)
- Last Synced: 2024-05-02T01:34:35.187Z (7 months ago)
- Topics: cicd, groovy, jenkins
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Shopping Cart Service Pipeline
----------------------------------------------This project does Jenkins pipelines for testing, building, and deploying a shopping cart service, which is a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer) that receives request from the shopping cart front-end [tailwind-shopping-cart](https://github.com/josdem/tailwind-shopping-cart)
#### Read this as reference
* https://josdem.io/techtalk/cicd/jenkins_pipeline/
* https://josdem.io/techtalk/cicd/jenkins_shell_execution/