Details
-
Type:
Improvement
-
Status: Fixed but Unreleased (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: p4-plugin
-
Labels:
-
Similar Issues:
Description
Multibranch pipeline does not detect virtual streams.
This is because depot syntax is used for finding the Jenkinsfile which will always come up empty for a virtual stream.
We look like this:
p4 files -e //streamdepot/dev/VirtualStream/Jenkinsfile
To find the jenkinsfile we'd have to make a stream client and then look for //client/Jenkinsfile.
Ready for release.