Jenkins Declarative Pipeline
Some terms for your Knowledge
What is a Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence.
Declarative: Declarative is a more recent and advanced implementation of a pipeline as a code.
Scripted: Scripted was the first ...
linuxenthusiast.hashnode.dev2 min read