Skip to content

Instantly share code, notes, and snippets.

@christ66
Created May 2, 2017 17:18
Show Gist options
  • Save christ66/f841c7962a24a0a55cba80bd33b26389 to your computer and use it in GitHub Desktop.
Save christ66/f841c7962a24a0a55cba80bd33b26389 to your computer and use it in GitHub Desktop.
stage('Test') {
parallel(junit: {
// Do some stuff
}, DbUnit: {
// Do some other stuff
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment