Technical information on this site may be out of date : no updates since 2015

Jenkins Build artifacts - subdirectories

June 1 2012 : posted under jenkins ci

It took me an unreasonable amount of guesswork to figure out how to get jenkins to archive files at multiple folder levels

In the end this line worked for me

Webdriver-framework/target/surefire-reports/*,Webdriver-framework/target/surefire-reports/**/*.png 

This grabs a report in one level - and images it references in subdirectories