Jay Taylor's notes
back to listing indexDocker Pipeline Plugin
[web search]
Original source (documentation.cloudbees.com)
Clipped on: 2016-03-07
- CloudBees Jenkins Platform
- CloudBees Jenkins Enterprise 15.11 Install Guide
- CloudBees Jenkins Enterprise 15.11 User Guide
- Copyright
- Introducing CloudBees Jenkins Enterprise
- Terms and Definitions
- Backup Plugin
- Even Scheduler Plugin
- Folders Plugin
- Folders Plus Plugin
- Label Throttle Build Plugin
- Fast Archiver Plugin
- Role Based Access Control Plugin
- Skip Next Build Plugin
- Template Plugin
- Validated Merge Plugin
- VMWare Pool Auto-Scaling Plugin
- Plugin Usage Plugin
- Wikitext Security Plugin
- Secure Copy Plugin
- High Availability
- Pipeline Plugin Suite
- Restarting Aborted Builds Plugin
- Long-Running Build Plugin
- Nodes Plus Plugin
- Support Plugin
- Consolidated Build View Plugin
- Quiet Start Plugin
- NIO SSH Slaves Plugin
- Monitoring Plugin
- Pull-Request Builder for GitHub Plugin
- Visual Studio Team Services Plugin
- Docker Pipeline Plugin
- CloudBees Docker Build and Publish plugin
- Docker Hub Notification Trigger Plugin
- CloudBees Docker Traceability
- Microsoft Azure CLI Plugin
- AWS CLI Plugin
- Amazon Web Services Elastic Beanstalk
- Cloud Foundry CLI Plugin
- Watch and Learn
- OpenShift CLI Plugin
- CloudBees Bitbucket Cloud Branch Source Plugin
- CloudBees GitHub Branch Source Plugin
- CloudBees Jenkins Operations Center 1.8
- Jenkins Cookbook
- CloudBees Jenkins Platform Private SaaS Edition 1.0
- DEV@cloud
- Quick Start Guide
Table of Contents
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: