Created
August 30, 2015 20:33
-
-
Save thomasleveil/5da07e5f88ca4189c786 to your computer and use it in GitHub Desktop.
Jenkins DSL job example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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