Skip to content

Instantly share code, notes, and snippets.

@kohsuke
Created March 24, 2015 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kohsuke/49b77acceaa07e421a91 to your computer and use it in GitHub Desktop.
Save kohsuke/49b77acceaa07e421a91 to your computer and use it in GitHub Desktop.
catchError {
try {
parallel(
dummy1: { build job: 'dummy1' },
dummy2: { build job: 'dummy2' }, // fails
)
} catch(_) {
}
}
echo 'The End'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment