-
Bug
-
Resolution: Unresolved
-
Major
-
None
When using streams in the Perforce plugin the following command is issued.
[jenkins_test] $ "C:\Program Files\Perforce\p4.exe" workspace -o -S //Streamed_Depot/MyStream NikSanWS
But this doesn't perform a switch workspace view, so perforce is still working the stream selected in P4V etc rather than the one specified bu the plugin. A fix is to supply an extra -s parameter like so. (only when dealing with streams)
[jenkins_test] $ "C:\Program Files\Perforce\p4.exe" workspace -o -s -S //Streamed_Depot/MyStream NikSanWS
[JENKINS-22711] Using streams in perforce doesn't use -s switch on workspace command
Assignee | Original: Rob Petti [ rpetti ] |
Workflow | Original: JNJira [ 154823 ] | New: JNJira + In-Review [ 178928 ] |
Component/s | New: p4-plugin [ 19224 ] | |
Component/s | Original: perforce-plugin [ 15506 ] |