JetBrains / teamcity-deployer-plugin

Deployer plugin for TeamCity CI server
http://confluence.jetbrains.net/display/TW/Deployer+plugin
Apache License 2.0
39 stars 29 forks source link

SMB v2 support #100

Closed nskvortsov closed 6 years ago

nskvortsov commented 6 years ago

Added new runner that supports SMB v2+ protocols (modern windows share). Did not add a converter of build steps that use old (SMB v1, jcifs-based) protocol, because new runner requires at least Java 7.

This update it backward compatible with TeamCity 9

nskvortsov commented 6 years ago

a build of the branch is available here: https://teamcity.jetbrains.com/viewLog.html?buildId=1396047

nskvortsov commented 6 years ago

well, that indeed leaks local settings. will fix in master, after the PR is merged