Skip to content

Instantly share code, notes, and snippets.

@lox
Last active October 8, 2018 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lox/18f43c629af161ff03074ada344d9fbc to your computer and use it in GitHub Desktop.
Save lox/18f43c629af161ff03074ada344d9fbc to your computer and use it in GitHub Desktop.
Example pipeline with concurrency of docker plugin
steps:
- command: echo hello world
parallelism: 4
plugins:
- docker#v1.4.0:
image: "alpine:latest"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment