From 08defad1ea09e3fa17c957241a42253fa896af34 Mon Sep 17 00:00:00 2001 From: Inaki Date: Thu, 9 Jan 2020 11:07:48 +0100 Subject: [PATCH] Update jenkins.md --- docs/jenkins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/jenkins.md b/docs/jenkins.md index 324df191..b9448518 100644 --- a/docs/jenkins.md +++ b/docs/jenkins.md @@ -98,6 +98,7 @@ ## Jenkins X Jenkins X is a specialized Jenkins for Kubernetes: This is how it works from a bird eye the CI/CD: a developer creates a branch, then Jenkins X creates a ephemeral namespace with that branch. The developer tests it and once it is ok, a PR is created, then, the branch is deployed in staging. When I merge it, it goes to QA, and with a manual command "jx promote" it goes to production. Jenkins X deletes automatically after N hours the branch namespace. + * [itnext.io/tagged/jenkins-x](https://itnext.io/tagged/jenkins-x) * [itnext.io: Jenkins X — Managing Jenkins](https://itnext.io/jenkins-x-managing-jenkins-926f0e0f8bcf) * Video Tutorials: