Hello Jenkins experts,

We have deployed 1 Jenkins master node + 3 slave node. Jobs are building on 
different slaves. We need to get the workspace folder content of each 
running build in realtime, so that to acquire additional build progress 
details.

We tried to get this info by URL "
*http://<jenkins_host>:<jenkins_port>/job/<job_name>/ws*", however it only 
displays workspace content of slave node which runs the latest build. If 2 
jobs are running in parallel on different slave, we are unable to get the 
first one's workspace content by that URL.

Could you please kindly give some proposal?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5d9a15b9-2e63-495c-8224-69801f976025%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to