December 2017
Beginner to intermediate
362 pages
8h 35m
English
Steps are the fundamental elements that make up the Declarative Pipeline. A step could be a batch script or a shell script, or any other command that's executable. Steps have various purposes, such as cloning a repository, building code, running tests, uploading artifacts to the repository server, performing static code analysis, and so on. In the upcoming section, we will see how to generate steps using the Jenkins pipeline syntax utility.
The following gives more information about the stage block:
The following is the pipeline code that we used earlier. ...
Read now
Unlock full access