Skip to content

Instantly share code, notes, and snippets.

@ylecuyer
Created August 14, 2017 23:14
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 ylecuyer/198e5868c9fe582ba7e25b4b9c4befac to your computer and use it in GitHub Desktop.
Save ylecuyer/198e5868c9fe582ba7e25b4b9c4befac to your computer and use it in GitHub Desktop.
pipeline {
stages {
stage('Checkout') {
steps {
git url: 'https://github.com/ylecuyer/attendize', branch: 'master'
}
}
}
agent { dockerfile true }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment