1
0
Fork 0
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:
Ewout Prangsma 2018-08-09 15:00:16 +02:00
parent 8b1439e7b3
commit b4139db59e
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -29,6 +29,7 @@ def fetchParamsFromGitLog() {
// Is this a LONG test?
if ("${env.JOB_NAME}" == "kube-arangodb-long") {
myParams["LONG"] = true;
myParams["KUBECONFIGS"] = "gke-jenkins-1";
}
// Fetch params configured in git commit messages