Exploring and Adapting the Staging Environment
Explore the staging environment in Jenkins X by cloning and examining its Git repository structure. Understand how to adapt configurations, integrate system-wide tests, and use dynamic domains to validate new application releases within a production-like setting.
We'll cover the following...
We'll cover the following...
Exploring the staging environment
Now that we have seen the environments and their general purposes, let’s explore what’s inside them. We already saw that they are linked to Git repositories, so we’ll clone them and check what’s inside.
⚠️ If you are inside the go-demo-6 or any other repository, please move to the parent directory by executing
cd ..command.
Cloning the repository
Let’s clone the environment-jx-rocks-staging repository that contains the definition of our staging environment.
⚠️ Please replace
[...]with ...