0 votes
in Jenkins by
What is Jenkins pipeline? What is a CI CD pipeline?

1 Answer

0 votes
by
The pipeline can be defined as the suite of plugins supporting implementation and

integration of continuous delivery pipelines in Jenkins.

Continuous integration or continuous delivery pipeline consists of build, deploy, test, release pipeline. The pipeline feature saves a lot of time and error in maintaining the builds. Basically, a pipeline is a group of build jobs that are chained and integrated in sequence.

Related questions

0 votes
asked Nov 22, 2019 in Jenkins by AdilsonLima
0 votes
asked May 1, 2021 in Jenkins by rajeshsharma
...