Skip to content

Instantly share code, notes, and snippets.

@lavie
Created January 30, 2017 15:07
Show Gist options
  • Save lavie/0562d16d12df77d8120962fbd4b85044 to your computer and use it in GitHub Desktop.
Save lavie/0562d16d12df77d8120962fbd4b85044 to your computer and use it in GitHub Desktop.
node {
stage('build') {
git 'https://github.com/cloudshare/express-ws-chat.git'
cloudshareDockerMachine {
sh 'docker-compose build'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment