-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
P4 plugin 1.3.1
When using the workflow plugin.
This syncs the workspace to changelist foo:
checkout $class: 'PerforceScm', populate [$class: 'ForceCleanImpl', pin: 'foo', ...
This always syncs the workspace to the head revision:
checkout $class: 'PerforceScm', populate [$class: 'CheckOnlyImpl', pin: 'foo', ...
- is related to
-
JENKINS-30614 Allow changelog to be disabled on a per sync basis
-
- Open
-
I'd almost forgotten about this mode, CheckOnly was not designed to sync code (only preview). However, with updates and changes over the past year, it might have changed in behaviour.
The pin field is set to null and not passing down pin, so that part is easy to fix. Are you using this? I'm trying to remember who asked for it and if it might be redundant.