Jenkins X environments

Environment - what is it?

Environment is a core concept of Jenkins X. An environment maps to a Kubernetes namespace. Per default we have three environments - dev, staging and production. From a Jenkins X perspective dev is most interesting, since it contains all the components needed to run Jenkins X. Backed by the Environment CRD.

Get overview of running Jenkins X components

> jx get environment dev