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"],
]