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.
2 parents b171a93 + f3db65e commit 3b7e3e7Copy full SHA for 3b7e3e7
Jenkinsfile.groovy
@@ -26,6 +26,11 @@ def fetchParamsFromGitLog() {
26
myParams[entry.key] = entry.value;
27
}
28
29
+ // Is this a LONG test?
30
+ if ("${env.JOB_NAME}" == "kube-arangodb-long") {
31
+ myParams["LONG"] = true;
32
+ }
33
+
34
// Fetch params configured in git commit messages
35
// Syntax: [ci OPT=value]
36
// Example: [ci TESTOPTIONS="-test.run ^TestSimpleSingle$"]
0 commit comments