summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2018-04-14 16:38:26 +0200
committerPatric Stout <truebrain@openttd.org>2018-04-14 20:19:59 +0200
commitaf4b52aff6d7a70374df5ac857fb7661fb29dcfc (patch)
treebbf49c1646987d28f71c3088ac6ada0b5eba2bb7 /Jenkinsfile
parent2ec775b964eca4319aec369f4932ca28fece363e (diff)
downloadopenttd-af4b52aff6d7a70374df5ac857fb7661fb29dcfc.tar.xz
Add: [JenkinsFile] mark as a groovy script
This allows applications to show highlighting correctly
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index a159cc9ec..3d27d513c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,3 +1,5 @@
+#!/usr/bin/env groovy
+
def ci_checkers_targets = [
["commit-checker", "openttd/compile-farm-ci:commit-checker"],
]