+1 vote
in DevOps by (23.1k points)
What are the manners in which that a pipeline can be made in Jenkins?

1 Answer

0 votes
by (19.8k points)

There are two different ways of a pipeline can be made in Jenkins

Scripted Pipelines:

Progressively like a programming approach

Explanatory pipelines:

DSL approach explicitly to make Jenkins pipelines.

The pipeline ought to be made in Jenkins document and the area can either be in SCM or nearby framework.

Definitive and Scripted Pipelines are developed on a very basic level in an unexpected way. Definitive Pipeline is a later element of Jenkins Pipeline which:

gives more extravagant grammatical highlights over Scripted Pipeline language structure, and is intended to make composing and perusing Pipeline code less demanding.

Related questions

0 votes
asked Nov 27, 2019 in DevOps by rajeshsharma (23.1k points)
0 votes
...