[GH-ISSUE #2407] [FEAT]: Add Jenkinsfile file upload support. #1566

Closed
opened 2026-02-22 18:25:26 -05:00 by yindo · 4 comments
Owner

Originally created by @rcruz63 on GitHub (Oct 2, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2407

What would you like to see?

If you try to add a Jenkinsfile, you'll get an error message saying, "No file extension found. This file cannot be processed."

When I'm trying to improve my software with AI, I'd like to think about the pipelines, so I'd like to be able to add my Jenkinsfile to the workspace.

Originally created by @rcruz63 on GitHub (Oct 2, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2407 ### What would you like to see? If you try to add a Jenkinsfile, you'll get an error message saying, "No file extension found. This file cannot be processed." When I'm trying to improve my software with AI, I'd like to think about the pipelines, so I'd like to be able to add my Jenkinsfile to the workspace.
yindo added the enhancementfeature request labels 2026-02-22 18:25:26 -05:00
yindo closed this issue 2026-02-22 18:25:26 -05:00
Author
Owner

@timothycarambat commented on GitHub (Oct 2, 2024):

What is the file extension for a Jenkins file? Is it without an extension?

@timothycarambat commented on GitHub (Oct 2, 2024): What is the file extension for a Jenkins file? Is it without an extension?
Author
Owner

@Aryann15 commented on GitHub (Oct 2, 2024):

Yes, I do think Jenkins and Dockerfiles come without extensions. Can I proceed with this ? @timothycarambat, I think I see the root cause of this issue (collector/processSingleFile/index.js)

@Aryann15 commented on GitHub (Oct 2, 2024): Yes, I do think Jenkins and Dockerfiles come without extensions. Can I proceed with this ? @timothycarambat, I think I see the root cause of this issue (collector/processSingleFile/index.js)
Author
Owner

@rcruz63 commented on GitHub (Oct 14, 2024):

Awesome! There are some important files without extensions.

@rcruz63 commented on GitHub (Oct 14, 2024): Awesome! There are some important files without extensions.
Author
Owner

@timothycarambat commented on GitHub (Oct 14, 2024):

@rcruz63 If you come across more for your use case you can PR them to this specialCases array:
https://github.com/Mintplex-Labs/anything-llm/blob/1a0ddfcd20c56ad531c601b1f433ed82a6d9748d/collector/utils/files/mime.js#L50

Not case sensitive!

@timothycarambat commented on GitHub (Oct 14, 2024): @rcruz63 If you come across more for your use case you can PR them to this specialCases array: https://github.com/Mintplex-Labs/anything-llm/blob/1a0ddfcd20c56ad531c601b1f433ed82a6d9748d/collector/utils/files/mime.js#L50 Not case sensitive!
yindo changed title from [FEAT]: Add Jenkinsfile file upload support. to [GH-ISSUE #2407] [FEAT]: Add Jenkinsfile file upload support. 2026-06-05 14:41:27 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1566