0 votes
in Jenkins by
What is meant by Jenkins pipeline?

1 Answer

0 votes
by

A pipeline is a group of interlinked jobs done one after the other in a sequence. To integrate and implement continuous delivery pipelines, Jenkins pipelines provides a combination of plugins. The instructions to be performed are given through code. A continuous delivery pipeline can be represented as –

...