DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

find selection file in temp subfolder #148

Closed bam-hbt closed 1 year ago

bam-hbt commented 1 year ago

Fix issue https://github.com/jenkinsci/peass-ci-plugin/issues/233

DaGeRe commented 1 year ago

Thanks for the PR. Walking through files and catch in an exception is not really the best way, it would be more efficient to filter (e.g. by WildcardFileFilter) for the filename. But if this works for you, its fine for me for getting started.