Skip to content

Instantly share code, notes, and snippets.

@svanoort
Last active September 30, 2016 01:48
Show Gist options
  • Save svanoort/fe2b53ed3b346fbe5a635b10c7ace288 to your computer and use it in GitHub Desktop.
Save svanoort/fe2b53ed3b346fbe5a635b10c7ace288 to your computer and use it in GitHub Desktop.
Test mini-pipelines for common problem cases in UI
// Test for handling of errors in nested blocks, and UI rendering of same
stage 'sample'
node {
dir('sample') {
dir('more') {
sh 'failme'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment