1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 18:02:37 +01:00

Add: [JenkinsFile] mark as a groovy script

This allows applications to show highlighting correctly
This commit is contained in:
Patric Stout
2018-04-14 16:38:26 +02:00
parent 2ec775b964
commit af4b52aff6

2
Jenkinsfile vendored
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env groovy
def ci_checkers_targets = [
["commit-checker", "openttd/compile-farm-ci:commit-checker"],
]