We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1439e commit b4139dbCopy full SHA for b4139db
Jenkinsfile.groovy
@@ -29,6 +29,7 @@ def fetchParamsFromGitLog() {
29
// Is this a LONG test?
30
if ("${env.JOB_NAME}" == "kube-arangodb-long") {
31
myParams["LONG"] = true;
32
+ myParams["KUBECONFIGS"] = "gke-jenkins-1";
33
}
34
35
// Fetch params configured in git commit messages
0 commit comments