1
0
Fork 0

Add: [JenkinsFile] mark as a groovy script

This allows applications to show highlighting correctly
pull/6720/head
Patric Stout 2018-04-14 16:38:26 +02:00
parent 2ec775b964
commit af4b52aff6
1 changed files with 2 additions and 0 deletions

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