mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Run master job on gke-jenkins-1
This commit is contained in:
parent
8b1439e7b3
commit
b4139db59e
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ def fetchParamsFromGitLog() {
|
||||||
// Is this a LONG test?
|
// Is this a LONG test?
|
||||||
if ("${env.JOB_NAME}" == "kube-arangodb-long") {
|
if ("${env.JOB_NAME}" == "kube-arangodb-long") {
|
||||||
myParams["LONG"] = true;
|
myParams["LONG"] = true;
|
||||||
|
myParams["KUBECONFIGS"] = "gke-jenkins-1";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fetch params configured in git commit messages
|
// Fetch params configured in git commit messages
|
||||||
|
|
Loading…
Reference in a new issue