Extending Environment Pipelines

This lesson explains how to extend the environment pipelines to add integration tests.

Where to add integration tests?

We could add integration tests in the pipelines of our applications, but that’s probably not the right place. The idea behind integration tests is to validate whether the system is integrated (hence the name). So, pipelines used to deploy to environments are probably better candidates for such tests. We already did a similar change with the static Jenkins X by modifying Jenkinsfile in staging and production repositories. Let’s see how we can accomplish a similar effect through the new format introduced in serverless Jenkins X.

⚠️ Please replace [...] with your GitHub user before executing the commands that follow.

Get hands-on with 1200+ tech skills courses.