-
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
-
[JENKINS-30596] Pin changelist not working with CheckOnlyImpl
Assignee | New: Paul Allen [ p4paul ] |
Link | New: This issue is related to JENKINS-30614 [ JENKINS-30614 ] |
Summary | Original: Pin changelist now working with CheckOnlyImpl | New: Pin changelist not working with CheckOnlyImpl |
Workflow | Original: JNJira [ 165708 ] | New: JNJira + In-Review [ 182099 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
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.