Jenkins Declarative Pipeline
#90DaysOfDevOps
#Day24
What is Pipeline?
A pipeline is a collection of steps or jobs interlinked in a sequence.It defines your entire build process, which typically includes stages for building an application, testing it and then delivering it.
A Jen...
sujata.hashnode.dev2 min read