jenkinsci / plasticscm-plugin

A plugin for Jenkins to be able to use Plastic SCM
MIT License
16 stars 31 forks source link

Where to get useUpdate parameter from? #74

Open tehKaiN opened 1 month ago

tehKaiN commented 1 month ago

Describe your use-case which is not covered by existing documentation.

In https://github.com/jenkinsci/plasticscm-plugin/blob/master/doc/standalone-guide.md#use-in-pipelines, the code snippet specifies the useUpdate named parameter. When I try to use that in my pipelines, I get the following error: Invalid parameter "useUpdate", did you mean "server"?

I'm migrating existing pipelines from an ancient Jenkins version with useUpdate set to true and I find no documentation for this parameter for any SCM except for Clearcase UCM. Is this something that is added by external plugin, or is it no longer there and am I safe to remove it and the documentation is outdated?

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

No response

Are you interested in contributing to the documentation?

No response