Update jenkins.md

This commit is contained in:
Inaki
2020-05-03 12:59:02 +02:00
committed by GitHub
parent 856a9c926f
commit 3348758edd

View File

@@ -163,7 +163,7 @@
<iframe src="https://www.youtube.com/embed/tuhGzaQx8gY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## Kubernetes native Jenkins Operator
* [github.com/jenkinsci/kubernetes-operator 🌟🌟🌟](https://github.com/jenkinsci/kubernetes-operator)
* [github.com/jenkinsci/kubernetes-operator: 🌟🌟🌟](https://github.com/jenkinsci/kubernetes-operator) Kubernetes platform was released ten years after the first version of Hudson project. It means Jenkins couldnt be designed to run on top of it. Jenkins Operator tries to bridge that gap.
## Jenkins X
[**Jenkins X**](https://jenkins-x.io) 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.