Skip to content

Instantly share code, notes, and snippets.

@thomasleveil
Created August 30, 2015 20:33
Show Gist options
  • Select an option

  • Save thomasleveil/5da07e5f88ca4189c786 to your computer and use it in GitHub Desktop.

Select an option

Save thomasleveil/5da07e5f88ca4189c786 to your computer and use it in GitHub Desktop.
Jenkins DSL job example
job('Example from gist') {
steps {
shell('''
echo "hello world from gist"
'''.stripIndent())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment