Search⌘ K
AI Features

Getting Started with Quickstart Projects

Explore the steps to create a new Jenkins X quickstart project and Kubernetes cluster to understand the essential components of Jenkins X. Learn how Jenkins X streamlines continuous delivery pipelines, GitHub integrations, and release promotions. This lesson offers a high-level overview to build foundational knowledge before diving deeper into Jenkins X functionalities.

We'll cover the following...

Starting a new Jenkins X project is easy. The first time we create one, it looks and feels like magic. All we have to do is answer a few questions, and a few moments later we have:

  • A full-blown continuous delivery pipeline,
  • GitHub webhook that triggers the pipeline,
  • A
...