From 365001af125e820500d18bd1396e70f136912158 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 17 Jul 2021 09:32:00 +0200 Subject: Adding upstream version 2.2.11. Signed-off-by: Daniel Baumann --- tests/identify_test.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/identify_test.py b/tests/identify_test.py index 1b5dde0..ec40cdf 100644 --- a/tests/identify_test.py +++ b/tests/identify_test.py @@ -160,6 +160,9 @@ def test_tags_from_path_plist_text(tmpdir): ('mod/Dockerfile', {'text', 'dockerfile'}), ('Gemfile', {'text', 'ruby'}), ('Gemfile.lock', {'text'}), + ('Jenkinsfile', {'text', 'groovy', 'jenkins'}), + ('build.jenkins', {'text', 'groovy', 'jenkins'}), + ('build.jenkinsfile', {'text', 'groovy', 'jenkins'}), # does not set binary / text ('f.plist', {'plist'}), -- cgit v1.2.3