| When your pipeline has a single filespec in the depotSource like this p4sync charset: 'none', <snip> source: depotSource('//Depot/Branch/...') Then the generated client view is //depot/branch/... //P4CLIENT/... This is request for that client view to be like it would be if you had two or more filespecs: //depot/branch/... //P4CLIENT/depot/branch/... Code: In org.jenkinsci.plugins.p4.client.ViewMapHelper.java, allow an option to make multi = true regardless of views.size(). |