Skip to content

Repository which hosts code examples for CloudBees blogs

License

Notifications You must be signed in to change notification settings

cloudbees-oss/pipeline-home-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline Home Demo

This repo is linked to the following posts from the CloudBees Blog. Check Release description for links to the posts.

Template Catalog: Welcome to the Pipeline as Code family

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".

Demo: Maven Docker App run by Kubernetes Cloud Agents

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).

Troubleshooting Jenkins Performance issues. Kubernetes Edition

It's critical to collect the right data at the right moment to diagnose a performance instability period during the application lifecycle. Kubernetes adds complexity to this task while increasing the reliability and uptime of modern applications. This post talks about the key Kubernetes concepts for troubleshooting a Jenkins performance incident, and how to use CloudBees Support tools and Core’s APM features to tackle it.