Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/