Last active
          September 4, 2015 15:48 
        
      - 
      
- 
        Save iocanel/f11bc1c577ae7112ea90 to your computer and use it in GitHub Desktop. 
    Docker Workflow Example
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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