Learning Jenkins X

Alvaro Andres Pinzon Cortes
2 min readSep 20, 2019

--

Keywords

  • Environments

https://jenkins-x.io/about/features/#environments

  • Automated pipelines
  • namespaces

Articles

Introducing Jenkins X

Videos

Jenkins X vs Jenkins

Jenkinsfile

Jenkins: Developers need to create, implement and maintain their own Jenkinsfile for the pipeline.

This part is very manual, handwork

JenkinsX: Developers don’t have to spend time figuring out how to package software as docker images, create the Kubernetes YAML to run their application on kubernetes, create Preview environments or even learn how to implement CI/CD pipelines with declarative pipeline-as-code Jenkinsfiles. It’s all automated for you out of the box!

If you still want to manage your Jenkinsfile you can do it 👍

This part can be automatized

Level of understanding of Kubernetes

JenkinsX: you do not need to understand Kubernetes to use Jenkins X

Jenkins: You need to have a high level of understanding of Kubernetes if you want to you Kubernetes.

--

--

No responses yet