A List of Perforce depot paths to one or more Streams (separated by new lines). The plugin will recursively search for a Jenkinsfile (or defined item) using the Stream name for the multi-branch name.

... or * can be used as wildcards in Perforce depot paths.

For example:

//streams/bar will include //streams/bar.

//streams/... or //streams/* will include all the streams in //streams.

//streams/bar... or //streams/bar* will include //streams/bar, //streams/bar-01, //streams/bar-02 and so on.