DeployHubProject / DeployHub-Pro

DeployHub Pro Pipeline Status Project
https://www.openmakesoftware.com/application-release-automation-for-continuous-delivery/
Other
11 stars 4 forks source link

ftp repo error, ftp.dll missing #249

Closed sbtaylor15 closed 5 years ago

sbtaylor15 commented 5 years ago

image

@piyush94 which install of DeployHub is this from, the on-prem docker version?

Also, what is the Target OS, Window 2016 Server?

piyush94 commented 5 years ago

Deployhub is on prem docker version. Issue is occurring in both the PRO and OSS versions. Target OS is windows server 2016.

piyush94 commented 5 years ago

@sbtaylor15 Any update regarding this? CC: @svisagan83

sbtaylor15 commented 5 years ago

Error message was stating that the wrong share library was not be loaded correctly. Cleaned up message and added library to the LD_LIBRARY_PATH in the container so it is picked up and loaded correctly.

CC: @svisagan83

docker pull quay.io/deployhub/deployhub-pro@sha256:982c40417b54d57250fd874e15548d40ddfc7c780f43a09097714de73ca98835

piyush94 commented 5 years ago

Thanks, it's working now. CC: @svisagan83

piyush94 commented 5 years ago

@sbtaylor15 One small issue, during deployment the repo filepath for file is being created in the endpoint. Instead of only copying the file to target directory, it's also replicating the ftp directory structure on the endpoint. image image image

CC: @svisagan83

sbtaylor15 commented 5 years ago

@piyush94 - Changed the ftp repo to checkout to a single directory instead. Test several different scenarios and working as expected.

CC: @svisagan83

docker pull quay.io/deployhub/deployhub-pro@sha256:982c40417b54d57250fd874e15548d40ddfc7c780f43a09097714de73ca98835

piyush94 commented 5 years ago

@sbtaylor15 Now it's just ignoring filepath image

image

CC: @svisagan83

sbtaylor15 commented 5 years ago

@piyush94 - File match was off when just the / was used at the repository filepath property. Corrected matching code.

CC: @svisagan83

docker pull quay.io/deployhub/deployhub-pro@sha256:29bf817fc3f068fd48d7c7623cd4917ebade546e5034eedf84981f4aa76e105d

sbtaylor15 commented 5 years ago

@piyush94 - Is this now working the way you expect the files to be transfer?

piyush94 commented 5 years ago

@sbtaylor15 It's working now. Only thing is it's not displaying the full path in logs. image

CC: @svisagan83