0 votes
by
What concepts are key aspects of the Jenkins pipeline?

1 Answer

0 votes
by

Pipeline: User-defined model of a CD pipeline. The pipeline's code defines the entire build process, which includes building, testing and delivering an application

Node: A machine that is part of the Jenkins environment and capable of executing a pipeline

Step: A single task that tells Jenkins what to do at a particular point in time

Stage: Defines a conceptually distinct subset of tasks performed through the entire pipeline (build, test, deploy stages)

Related questions

0 votes
asked Mar 25, 2021 in DevOps Security by Robindeniel
0 votes
asked Jun 13, 2020 in DevOps by anonymous
0 votes
asked Nov 28, 2023 in SEO by rajeshsharma
...