Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@psftw
Created January 28, 2019 19:12
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 psftw/8696c0f21b33acc00266cc03d2100595 to your computer and use it in GitHub Desktop.
Save psftw/8696c0f21b33acc00266cc03d2100595 to your computer and use it in GitHub Desktop.
pipeline {
stages {
stage('test matrix') {
steps {
script {
// generate tasks
parallel(tasks)
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment