-
Bug
-
Resolution: Duplicate
-
Major
-
None
When configuring a job with a large workspace, the form check for archiving artifacts can cause a stuck thread each time the page is viewed. These threads can stay around for days, and will eventually make jenkins slow down.
Because of the size of the build - there can be around 23,000 files in our workspaces, and automatically globbing with suggestion and search while typing will be very expensive.
A simple fix may be to make this functionality optional so the validation and suggestion can be set to not be performed at all.
- duplicates
-
JENKINS-7214 FilePath.validateAntFileMask too slow for /configure
- Resolved