Skip to content

Instantly share code, notes, and snippets.

@consoledotblog
Forked from jamesggraf/hello-world.dsl
Created January 14, 2016 20:09
Show Gist options
  • Save consoledotblog/f349febc57eb0110c5b5 to your computer and use it in GitHub Desktop.
Save consoledotblog/f349febc57eb0110c5b5 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