Skip to content

Instantly share code, notes, and snippets.

@iocanel
Last active September 4, 2015 15:48
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 iocanel/f11bc1c577ae7112ea90 to your computer and use it in GitHub Desktop.
Save iocanel/f11bc1c577ae7112ea90 to your computer and use it in GitHub Desktop.
Docker Workflow Example
node('docker') {
docker.image('maven').inside {
git 'https://github.com/fabric8io/example-camel-cdi'
sh 'mvn clean install'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment