December 2017
Beginner to intermediate
362 pages
8h 35m
English
First, let us create a node block for our Jenkins slave, production-server:
node('production') {}
Where production is the label for the Jenkins slave node, production-server.
We would like to deploy the build artifacts to Tomcat on the production server on the production node.
Let's write the pipeline code for it.
Read now
Unlock full access