Google News
logo
Java Jenkins - Interview Questions
What is a Jenkins pipeline?
* The pipeline represents the continuous delivery and continuous integration of all the jobs in the SDLC and DevOps life-cycle. 

* It connects this pipeline in a particular format by Jenkins. Jenkins pipeline is a set of plugins that support implementation and Integration of continuous delivery pipelines into Jenkins. 

* The Jenkins pipeline solves several problems like the maintenance of thousands of jobs and maintaining deployment with no other powerful methods.
Advertisement