0 votes
in Jenkins by
What are the types of Jenkins pipelines?

1 Answer

0 votes
by

Jenkins Pipelines can be either – a Declarative pipeline or a Scripted Pipeline. Declarative pipeline makes use of numerous, generic, predefined build steps/stages (i.e. code snippets) to build our job according to our build/automation needs whereas, with Scripted pipelines, the steps/stages can be custom-defined & used using a groovy syntax which provides better control & fine-tuned execution levels.

Related questions

0 votes
asked May 1, 2021 in Jenkins by rajeshsharma
0 votes
asked May 1, 2021 in Jenkins by rajeshsharma
...