Skip to content

Commit

Permalink
Adding multi-cluster pipeline to the catalog (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
etsauer authored and sabre1041 committed Feb 28, 2018
1 parent 820eb1d commit 83a138a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The following is a list of the pipeline samples available in this repository:
- [Basic Tomcat](./basic-tomcat) - Builds a Java Application like Ticket Monster and deploys it to Tomcat
- [Basic Spring Boot](./basic-spring-boot) - Builds a Spring Boot application and deploys using an Embedded Servlet jar file
- [Blue Green Spring Boot](./blue-green-spring) - Build a Spring Boot application and deploys it using a blue-green deployment
- [Cross Cluster Promotion Pipeline](./multi-cluster-spring-boot) - A [declarative syntax](https://jenkins.io/doc/book/pipeline/syntax/#declarative-pipeline) pipeline that demonstrates promoting a microservice between clusters (i.e. a Non-Production to a Production cluster)

## Makeup of a "Pipeline"

Expand Down

0 comments on commit 83a138a

Please sign in to comment.