Jenkinsfile Groovy language not showing in Github Language Status. #7590
-
Dockerfile is showing but Jenkinsfile Groovy is not showing in github language status bar. |
Beta Was this translation helpful? Give feedback.
Answered by
lildude
Sep 19, 2025
Replies: 1 comment 4 replies
-
I link to the affected repo would be helpful, but the most common cause is the reanalysis job is known to not always run when only the If the problem persists, please provide a link to the repo. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You've picked the wrong override. Jenkinsfile is considered vendored:
linguist/lib/linguist/vendor.yml
Lines 380 to 381 in f101af5
… so you need to use
Jenkinsfile -linguist-vendored
.Having just that in your
.gitattrivbutes
will include these files in the Groovy total.