-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: subversion-plugin
-
None
-
Environment:Jenkins 2.346.2
subversion-plugin 2.16.0
We have a pipeline that uses subversion-plugin to do checkout.
This pipeline worked flawless until last week, when it just stopped to do a fresh checkout, and it always get history one revision behind. One example is, if a tag is created Jenkins pipeline will blame that the path doesn't exist, so we just do a replay and it works.
Pipeline config was using `workspaceUpdater` with `UpdateWithCleanUpdater`, so we changed it to `UpdateWithRevertUpdater` and to `CheckoutUpdater` implementations to test, but no changes on behavior.
 ---
It was a time skew in SVN server.
Â