diff options
author | Patric Stout <truebrain@openttd.org> | 2018-04-14 16:38:26 +0200 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2018-04-14 20:19:59 +0200 |
commit | af4b52aff6d7a70374df5ac857fb7661fb29dcfc (patch) | |
tree | bbf49c1646987d28f71c3088ac6ada0b5eba2bb7 | |
parent | 2ec775b964eca4319aec369f4932ca28fece363e (diff) | |
download | openttd-af4b52aff6d7a70374df5ac857fb7661fb29dcfc.tar.xz |
Add: [JenkinsFile] mark as a groovy script
This allows applications to show highlighting correctly
-rw-r--r-- | Jenkinsfile | 2 |
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"], ] |