Jenkins Pipeline (or simply Pipeline with a capital P) is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins.
This allows you to automate the process of getting software from version control through to your users and customers.
Pipeline code works beautifully for its intended role of automating build, test, deploy, and administration tasks.
But, as it is pressed into more complex...