December 2017
Beginner to intermediate
362 pages
8h 35m
English
First, let us create a pipeline code that will create a Docker container (Jenkins slave) using the performance-test-agent-0.1 Docker image for performance testing:
node('docker_pt') {}
Where docker_pt is the label for the performance-test-agent-0.1 Docker template.
We would like to perform the following tasks on the docker_pt node:
All the preceding tasks are various stages of our CD pipeline. Let's write the pipeline code for each one of them.
Read now
Unlock full access