DevOps / Jenkins Interview questions
Explain Jenkins Pipeline.
Jenkins Pipeline (or simply "Pipeline") is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins. A continuous delivery pipeline is an automated expression of your process for getting software from version control right through to your users and customers.
A Jenkins Pipeline is a collection of jobs or events that brings the software from version control into the hands of the end-users by using automation tools. It is used to incorporate continuous delivery in our software development workflow.
More Related questions...