add matrix with os
Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
parent
50910d9437
commit
5547435e09
|
@ -13,7 +13,7 @@ parallel builds
|
|||
|
||||
def getFullBuild(jdk, os) {
|
||||
return {
|
||||
node {
|
||||
node(os) {
|
||||
// System Dependent Locations
|
||||
def mvntool = tool name: 'maven3', type: 'hudson.tasks.Maven$MavenInstallation'
|
||||
def jdktool = tool name: "$jdk", type: 'hudson.model.JDK'
|
||||
|
|
Loading…
Reference in New Issue