-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins: 2.263.4
OS: Linux - 4.19.128-microsoft-standard
ftp-rename: 1.2
Windows 10 (Docker Desktop)
Reproduction steps
- Install FTP Rename plugin
- Add a build step with FTP Rename
- Click save
Results
Expected result:
The build changes successfully saved
Actual result:
Failure to save, error: A problem occurred while processing the request.
Stacktrace logs attached
I checked out FTP Rename plugin sourcecode and replaced the `FTPClient` to `FTPSClient` and increased the version of commons-net library to latest 3.8.0, but that didn't solve the issue. It was throwing similar complaint about FTPSClient class.