Hi Dori, Neither the Jenkins Artifactory Plugin nor your Artifactory server will impose any direct size limitations for remote deployments. The "broken pipe" error could sometimes surface in out of memory situations (when the deployment process is disrupted due to insufficient memory to perform the procedure). If you are accessing Artifactory via a proxy server, it's also possible that this server terminates the connection according to its own criteria/imposing its own limitations (such as a size limit). We recommend debugging this by trying to directly deploy a file of similar proportions using an HTTP client such as cURL and the Artifactory REST API (bypassing any proxy servers in the way), which is essentially what the JAP is doing.
HTH, Uriah -- View this message in context: http://forums.jfrog.org/Artifactory-Gradle-plugin-giving-broken-pipe-tp7580503p7580506.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
