1
0
Fork 0

fixed jenkins node labels

This commit is contained in:
Frank Celler 2018-01-22 10:36:31 +01:00
parent 41f1b31e58
commit 1ea3f95d0a
2 changed files with 12 additions and 12 deletions

View File

@ -154,15 +154,15 @@ if (env.BRANCH_NAME =~ /^PR-/) {
branchLabel = sourceBranchLabel.replaceAll(/[^0-9a-z]/, '-')
buildJenkins = [
"linux": "linux && build",
"mac" : "mac",
"windows": "windows"
"linux": "linux && build && arangodb",
"mac" : "mac && build && arangodb",
"windows": "windows && build && arangodb"
]
testJenkins = [
"linux": "linux && tests",
"mac" : "mac",
"windows": "windows"
"linux": "linux && tests && arangodb",
"mac" : "mac && tests && arangodb",
"windows": "windows && tests && arangodb"
]
def copyFile(os, src, dst) {

View File

@ -154,15 +154,15 @@ if (env.BRANCH_NAME =~ /^PR-/) {
branchLabel = sourceBranchLabel.replaceAll(/[^0-9a-z]/, '-')
buildJenkins = [
"linux": "linux && build",
"mac" : "mac",
"windows": "windows"
"linux": "linux && build && arangodb",
"mac" : "mac && build && arangodb",
"windows": "windows && build && arangodb"
]
testJenkins = [
"linux": "linux && tests",
"mac" : "mac",
"windows": "windows"
"linux": "linux && tests && arangodb",
"mac" : "mac && tests && arangodb",
"windows": "windows && tests && arangodb"
]
def copyFile(os, src, dst) {