Jay Taylor's notes

back to listing index

Docker Pipeline Plugin

[web search]
Original source (documentation.cloudbees.com)
Tags: docker continuous-integration jenkins cloudbees documentation.cloudbees.com
Clipped on: 2016-03-07

Image (Asset 1/2) alt= CloudBees
Chapter 29. Docker Pipeline Plugin
Prev     Next

Many organizations are using Docker to unify their build and test environments across machines and provide an efficient way to deploy applications into production. This plugin offers a convenient domain-specific language (DSL) for performing some of the most commonly needed Docker operations in a continuous-deployment pipeline from a Pipeline script.

The entry point for all of this plugin’s functionality is a docker global variable, available without import to any flow script when the plugin is enabled. To get detailed information on available methods, open the Snippet Generator when configuring your flow and look at the help text for this variable:

Image (Asset 2/2) alt=

Prev     Next
Creating a Multi Branch job  Home  Running build steps inside containers