Skip to content

Instantly share code, notes, and snippets.

@3r1co
Created September 23, 2016 12:14
Show Gist options
  • Save 3r1co/67a586621ec702f120913d4158f0e48e to your computer and use it in GitHub Desktop.
Save 3r1co/67a586621ec702f120913d4158f0e48e to your computer and use it in GitHub Desktop.
node('kubernetes') {
withPod(image: 'alpine:3.4') {
sh "ls -ltr"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment