jenkinsci / jenkinsci/junit-plugin
Add support for exclude dir pattern
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
### What feature do you want to see added?
Add option to ignore dirs
```
junit testResults: '**/junit.xml', ignoreFolders: '**/node_modules'
```
I'm using pnpm that creates `node_modules` folder inside all packages in my monorepo folder.
### Upstream changes
_No response_
Contributor guide
Research direction
No source file or test is named; start by tracing how the junit testResults option is parsed and how result files are discovered in jenkinsci/junit-plugin. Add support for the proposed ignoreFolders pattern so nested node_modules directories can be excluded, then verify the behavior with the relevant existing tests or a focused test case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100