in Technology 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
    How to get the Jenkins version programmatically in Jobs/Pipelines or nodes other than master?...
asked Sep 14, 2021 in Technology by JackTerrance
0 votes
    What is Artifact Archival & how to do it in Pipelines?...
asked Sep 14, 2021 in Technology by JackTerrance
0 votes
    We're running multiple streaming Dataflow pipelines that always eventually hang and need to be restarted after about ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 13, 2022 in Education by JackTerrance
0 votes
    Explain the performance of instruction pipelines with reference to Stalling and Forwarding method. (5 Marks) Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    Pipelines can be executed in (a) 4 (b) 3 (c) 2 (d) 5 This question was posed to me ... from Evaluation of Expressions in chapter Query Processing Techniques of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    What are the Jenkins suite’s essential plugins?...
asked Oct 1, 2021 in Technology by JackTerrance
0 votes
    what are the system requirements for the installation of Jenkins?...
asked Oct 1, 2021 in Technology by JackTerrance
0 votes
    What are the Continuous Integration tools, and why is Jenkins better than them?...
asked Oct 1, 2021 in Technology by JackTerrance
0 votes
    What is Jenkins, and what are its best features?...
asked Oct 1, 2021 in Technology by JackTerrance
0 votes
    What are the ways to install Jenkins?...
asked Sep 14, 2021 in Technology by JackTerrance
0 votes
    What are the common use cases Jenkins is used for?...
asked Sep 14, 2021 in Technology by JackTerrance
0 votes
    What are default Environment Variables by Jenkins & How to introduce custom environment variables?...
asked Jul 17, 2021 in Technology by JackTerrance
0 votes
    What are the ways to install Jenkins?...
asked Jul 16, 2021 in Technology by JackTerrance
0 votes
    What are the common use cases Jenkins is used for?...
asked Jul 16, 2021 in Technology by JackTerrance
0 votes
    What concepts are key aspects of the Jenkins pipeline?...
asked Oct 4, 2020 in Technology by Editorial Staff
...