jenkinsci / publish-over-ftp-plugin

https://plugins.jenkins.io/publish-over-ftp/
21 stars 33 forks source link

modernize a bit to work on later versions of Jenkins #106

Closed gmcdonald closed 1 year ago

gmcdonald commented 1 year ago

Testing done

Various updates to ensure the plugin is updated to work on a more modern Jenkins instance.

Based on changes to the publish-over-ssh plugin PR#313 https://github.com/jenkinsci/publish-over-ssh-plugin/pull/313

### Submitter checklist
- [X] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [X] Ensure that the pull request title represents the desired changelog entry
- [X] Please describe what you did
- [X] Link to relevant issues in GitHub or Jira
- [X] Link to relevant pull requests, esp. upstream and downstream changes
- [X] Ensure you have provided tests - that demonstrates feature works or fixes the issue