jenkinsci / java-client-api

A Jenkins API client for Java
MIT License
896 stars 468 forks source link

Is there a way to list the files in the "workspace" folder for a job? #468

Open agugglez opened 3 years ago

agugglez commented 3 years ago

Hello, does your API provides a way to list the files in the "workspace" folder for a job? Thanks!

wisonic-s commented 3 years ago

as far as i found, there is no api provided by jenkins officially, i just parse the html to approach that

agugglez commented 3 years ago

Thanks!

XWTiger commented 2 years ago

@agugglez i have a util to covert html to java object about work space