Tired of creating and configuring Pipelines for your continuous integration (CI) and continuous delivery (CD) solution? Pipeline as a Code is the answer. The concept of Pipeline as a Code using Jenkinsfile or pipeline script is one of the newly introduced features in Jenkins (2.0). The current chapter is all about these new features in Jenkins, which are the following:
Declarative Pipeline Syntax to model CI and CD pipelines, as a code.
Support for multibranch Git and GitHub projects - to auto-spawn self-managed pipelines.
Support for GitHub to automatically manage webhooks and more.
Stage ...