Skip to content

Instantly share code, notes, and snippets.

@jamesggraf
Created April 6, 2015 15:25
Show Gist options
  • Save jamesggraf/ba8850fed452a5858ebe to your computer and use it in GitHub Desktop.
Save jamesggraf/ba8850fed452a5858ebe to your computer and use it in GitHub Desktop.
Job DSL Hello World
job {
name 'hello-world'
steps {
shell('echo "Hello World!"')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment