Skip to content

Commit

Permalink
Same task, different versions
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Dec 7, 2016
1 parent b06e57c commit b8d0e1b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
parallel {
nodejs6 {}
nodejs5 {}
parallel nodejs6: {
nodejs {
version = "NodeJS-6"
}
}, nodejs5: {
nodejs {
version = "NodeJS-6"
}
}

0 comments on commit b8d0e1b

Please sign in to comment.