Last active
September 30, 2016 01:48
-
-
Save svanoort/fe2b53ed3b346fbe5a635b10c7ace288 to your computer and use it in GitHub Desktop.
Test mini-pipelines for common problem cases in UI
This file contains 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
// 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