I have a Jenkins2 Pipeline where I sync with:
p4sync charset: 'none',
stream: myStream,
format: clientName,
populate: [$class: 'ForceCleanImpl', have: true, pin: '', quiet: true]
where myStream
is a parameter passed to the Jenkins Build Job.
We do have streams with several GB of data and for all of them I am only interested in a particular subdirectory which only has several MB.
Is there any way of narrowing the Client View to that single subdirectory for any passed in stream?