mirror of https://gitee.com/bigwinds/arangodb
fixed jenkins node labels
This commit is contained in:
parent
41f1b31e58
commit
1ea3f95d0a
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue