This repo is linked to the post Template Catalog: Welcome to the Pipeline as Code family
from the CloudBees Blog.
Not only the Template Catalog and Shared Libraries are complementary to each other but also compatible in their code structures. That’s why they can be integrated into a single point of control which it was named in the post as the "The Pipeline Home".
This demo presents a template that model the pipeline Continous Integration process in the Acme Corporation. The pipeline defines Maven Apps of the corporation than are deployed as Docker containers. It integrates CloudBees Core and GitHub Enterprise via webhooks. Builds are managed by Kubernetes agents. Finally, Successful builds create an image with the project artifacts and it gets uploaded to Dockerhub (Docker-in-Docker).