-
Bug
-
Resolution: Unresolved
-
Minor
-
None
If parameterize your build by defining a string variable PARAMETERIZED_VAR with value 'foo', and then use that variable in the p4Sync DSL, a la.
p4sync <stuff>, depotPath: '//depot/project/${PARAMETERIZED_VAR}', <stuff>
It appears to attempt to create client spec called //depot/project/PARAMETERIZED_VAR rather than //depot/project/foo
This is actually a higher priority than 'minor', and is a regression from the legacy 'perforce' plugin.