1.

What are the Stages in Jenkins?

Answer»

A stage block defines a conceptually distinct subset of tasks PERFORMED through the entire Pipeline. Stages contain a sequence of one or more stage DIRECTIVES, the stages section is where the bulk of the "work" described by a Pipeline will be located. Minimum, it is recommended that stages contain at least one stage directive for each discrete PART of the continuous DELIVERY process, such as Build, Test, and Deploy.



Discussion

No Comment Found