Recognizing Jenkinsfile as Groovy source.

This commit is contained in:
Jesse Glick
2016-03-03 19:15:09 -05:00
parent 3d1555e278
commit ca4ea03828
4 changed files with 54 additions and 0 deletions

View File

@@ -1310,6 +1310,8 @@ Groovy:
- .gvy
interpreters:
- groovy
filenames:
- Jenkinsfile
Groovy Server Pages:
type: programming

View File

@@ -302,3 +302,6 @@
# Android Google APIs
- (^|/)\.google_apis/
# Jenkins Pipeline
- ^Jenkinsfile$