Search⌘ K
AI Features

What Are We Trying to Do?

Explore advanced Jenkins X pipeline constructs by working through tangible goals such as adding code coverage reports, executing functional tests after releases, and building application binaries for multiple operating systems. Learn to use named steps, multi-line commands, environment variables, custom agents, and overriding pipeline stages to deepen your CI/CD skills within a Kubernetes cluster.

We'll cover the following...

It would be silly to explore the Jenkins X pipeline syntax in more depth using random and irrelevant examples. Instead, we’ll define some real and tangible goals. It doesn’t matter whether they fit your specific needs since the objective is for them to guide us in our effort to learn by producing concrete outcomes.

Defining some goals

Our next mission is to accomplish the following tasks:

  • Add code coverage reports.
  • Ensure that
...