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

FTP deployer slow connectivity from Teamcity #40

Closed nskvortsov closed 8 years ago

nskvortsov commented 9 years ago

Hi Team,

We are facing performance issues while transferring the files to FTP via teamcity, manual transfer is pretty fast and it's only slow when it is trigerred via teamcity. Could you please let me know if we have a setting in teamcity master server or the build agent to speedup the file transfer.

Thanks, Manish


nskvortsov commented 9 years ago

Manish, There are currently no speed-related settings.

To investigate the issue further, I will need a screen shot of deployer settings page, teamcit-agent.log file, build log and ftp server log files.

Also, did you try to manually transfer files from build agent machine?


Original comment by: Nikita Skvortsov

nskvortsov commented 9 years ago

attaching teamcity log


Original comment by: Manish Tiwari

nskvortsov commented 9 years ago

Hi Nikita,

Yes we tried manual transfer of files from agent machine and it was pretty quick

Thanks, Manish


Original comment by: Manish Tiwari

nskvortsov commented 9 years ago

Manish, thank for the build log.

I can see that you do not use FTP Deployer at all (it is disabled step 2). Instead, a powershell script is executed and it indeed takes 21 minutes.

Please, enable FTP Deployer step, launch it once again and attach resulting logs here.


Original comment by: Nikita Skvortsov

nskvortsov commented 9 years ago

@manish_tiwari ,

Did you have an opportunity to try the FTP Deployer? I still need the build log with FTP Deployer to investigate the issue...


Original comment by: Nikita Skvortsov

nskvortsov commented 8 years ago

duplicates #55