Scroll to top
© 2018 All Rights Reserved.
Share

Automate your CI/CD pipeline with Jenkins-X on Kubernetes


Dominik Sachsenhofer - 21. June 2018 - 0 comments

Automate your CI/CD pipeline with Jenkins-X on Kubernetes

Jenkins X is a CI/CD platform for Kubernetes

Checkout this awesome project on https://jenkins-x.io.

 

Features

Automated CI/CD

Rather than having to have deep knowledge of the internals of Jenkins Pipeline, Jenkins X will default awesome pipelines for your projects that implements fully CI and CD.

 

Environment Promotion via GitOps

Each team gets a set of Environments. Jenkins X then automates the management of the Environments and the Promotion of new versions of Applications between Environments via GitOps.

 

Pull Request Preview Environments

Jenkins X automatically spins up Preview Environments for your Pull Requests so you can get fast feedback before changes are merged to master.

 

Feedback on Issues and Pull Requests

Jenkins X automatically comments on your Commits, Issues and Pull Requests with feedback as code is ready to be previewed, is promoted to environments or if Pull Requests are generated automatically to upgrade versions.

 

Getting started

Getting started: https://jenkins-x.io/getting-started.

Post a Comment