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
+2
View File
@@ -1310,6 +1310,8 @@ Groovy:
- .gvy
interpreters:
- groovy
filenames:
- Jenkinsfile
Groovy Server Pages:
type: programming
+3
View File
@@ -302,3 +302,6 @@
# Android Google APIs
- (^|/)\.google_apis/
# Jenkins Pipeline
- ^Jenkinsfile$